DelegateMutableValue<T> class base

Implemented types
Available extensions

Constructors

DelegateMutableValue(MutableValue<T> _delegate)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hasValue bool

Available on Value<T?>, provided by the NullableValueExtensions extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ T
getter/setter pairoverride

Methods

asNotNull([T? onNull]) MutableValue<T>

Available on MutableValue<T?>, provided by the NullableMutableValueExtensions extension

call([T? value]) → T

Available on MutableValue<T>, provided by the NotNullMutableValueExtensions extension

Convenient short-hand variant allowing for both setting and getting.
call() → T

Available on Value<T>, provided by the ValueExtensions extension

For short-hand access.
cast<T2 extends T>() MutableValue<T2>

Available on MutableValue<T>, provided by the MutableValueExtensions extension

get() → T

Available on Value<T>, provided by the ValueExtensions extension

For easy tear-offs.
modify(T block(T value)) → void

Available on MutableValue<T>, provided by the MutableValueExtensions extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(T value) → void

Available on MutableValue<T>, provided by the MutableValueExtensions extension

For easy tear-offs.
toggle() → void

Available on MutableValue<bool>, provided by the BoolMutableValueExtensions extension

toString() String
A string representation of this object.
inherited

Operators

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