Context<E> class final

Constructors

Context({required E env, required Deferred<Never, Never> signal})
factory
Context.env(E env)
factory

Properties

env → E
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signal Deferred<Never, Never>
final
withoutSignal Context<E>
no setter

Methods

copyWith({E? env, Deferred<Never, Never>? signal}) Context<E>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withEnv<C>(C env) Context<C>
withSignal(Deferred<Never, Never> signal) Context<E>

Operators

operator ==(Object other) bool
The equality operator.
inherited