RxInt class
Properties
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