MutableProperty<T> class

Inheritance

Constructors

MutableProperty(T _value, [T? _initialValue])

Properties

expression → MutableExpression<T>
final
hashCode int
The hash code for this object.
no setterinherited
ignoreLastChange bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscribers Set<ExpressionProperty>
finalinherited
value → T
no setteroverride
valueChanged Stream<T>
no setterinherited
valueChangedSubject ↔ BehaviorSubject<T?>?
getter/setter pairinherited

Methods

addSubscriber(ExpressionProperty expressionProperty) → void
inherited
clone() Property<T>
override
getExpression() → Expression<T>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifySubscribers() → void
inherited
resetValue() → void
setValue(T value, {bool ignoreLastChange = false}) → void
toString() String
A string representation of this object.
inherited

Operators

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