menu
rohd
rohd.dart
Logic
lt method
lt
dark_mode
light_mode
lt
method
Logic
lt
(
dynamic
other
)
Less-than.
Implementation
Logic lt(dynamic other) => LessThan(this, other).out;
rohd
rohd
Logic
lt method
Logic class