RxInt class

Inheritance
Available Extensions

Constructors

RxInt(int 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 int
Returns the current value
getter/setter pairinherited

Methods

call([int? v]) int
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 +(int other) RxInt
Addition operator.
operator -(int other) RxInt
Subtraction operator.
operator ==(Object other) bool
The equality operator.
inherited