menu
rohd
rohd.dart
Logic
neq method
neq
dark_mode
light_mode
neq
method
Logic
neq
(
dynamic
other
)
Logical inequality.
Implementation
Logic neq(dynamic other) => NotEquals(this, other).out;
rohd
rohd
Logic
neq method
Logic class