menu
rohd package
documentation
rohd.dart
Logic
operator - method
operator - method
dark_mode
light_mode
operator -
method
Logic
operator -
(
dynamic
other
)
Subtraction.
Implementation
Logic operator -(dynamic other) => Subtract(this, other).out;
rohd package
documentation
rohd
Logic
operator - method
Logic class