menu
rohd
rohd.dart
Logic
gte method
gte
dark_mode
light_mode
gte
method
Logic
gte
(
dynamic
other
)
Greater-than-or-equal-to.
Implementation
Logic gte(dynamic other) => GreaterThanOrEqual(this, other).out;
rohd
rohd
Logic
gte method
Logic class