Scope<R> class

Mixed in types

Constructors

Scope.withEnv(R env, {bool closable = false})
factory

Properties

env → R
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopeClosable bool
no setteroverride
scopeFinalizers List<Effect<Null, Never, Unit>>
finalinherited

Methods

addScopeFinalizer<E, L>(Effect<Null, Never, Unit> finalizer) Effect<E, L, Unit>
inherited
closeScope<E, L>() Effect<E, L, Unit>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeScopeFinalizer<L, E>(Effect<Null, Never, Unit> finalizer) Effect<E, L, Unit>
inherited
toString() String
A string representation of this object.
inherited

Operators

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