menu
get_instance_bridge package
documentation
counter_reference.dart
RxNum
operator - method
operator - method
dark_mode
light_mode
operator -
method
num
operator -
(
num
other
)
Subtraction operator.
Implementation
num operator -(num other) { value -= other; return value; }
get_instance_bridge package
documentation
counter_reference
RxNum
operator - method
RxNum class