menu
rohd
rohd.dart
Logic
gt method
gt
dark_mode
light_mode
gt
method
Logic
gt
(
dynamic
other
)
Greater-than.
Implementation
Logic gt(dynamic other) => GreaterThan(this, other).out;
rohd
rohd
Logic
gt method
Logic class