ScopeMixin mixin

Mixin Applications

Properties

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 setter
scopeFinalizers List<Effect<Null, Never, Unit>>
final

Methods

addScopeFinalizer<E, L>(Effect<Null, Never, Unit> finalizer) Effect<E, L, Unit>
closeScope<E, L>() Effect<E, L, Unit>
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>
toString() String
A string representation of this object.
inherited

Operators

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