ExplicitExpressionProperty<T> class

Inheritance

Constructors

ExplicitExpressionProperty(Expression<T> expression)

Properties

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

Methods

addSubscriber(ExpressionProperty expressionProperty) → void
inherited
clone() Property<T>
inherited
evaluate() → T
inherited
getExpression() → Expression<T>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifySubscribers() → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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