RxNum class

Inheritance
Available Extensions

Constructors

RxNum(num value, int hashCode, int stateCode)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value num
Returns the current value
getter/setter pairinherited

Methods

call([num? v]) num
Makes this Rx looks like a function so you can update a new value using rx(someOtherValue). Practical to assign the Rx directly to some Widget that has a signature ::onChange( value )
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
Returns the json representation of value.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator +(num other) num
operator -(num other) num
Subtraction operator.
operator ==(Object other) bool
The equality operator.
inherited