DelegateMutableValue<T> class
base
- Implemented types
-
- MutableValue<
T>
- MutableValue<
- 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 extensionno 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<
Convenient short-hand variant allowing for both setting and getting.T> , provided by the NotNullMutableValueExtensions extension -
call(
) → T -
Available on Value<
For short-hand access.T> , provided by the ValueExtensions extension -
cast<
T2 extends T> () → MutableValue< T2> -
Available on MutableValue<
T> , provided by the MutableValueExtensions extension -
get(
) → T -
Available on Value<
For easy tear-offs.T> , provided by the ValueExtensions extension -
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<
For easy tear-offs.T> , provided by the MutableValueExtensions extension -
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