menu
jetleaf_lang package
documentation
lang.dart
Byte
operator < method
operator < method
dark_mode
light_mode
operator <
method
bool
operator <
(
Byte
other
)
Less than operator.
Implementation
bool operator <(Byte other) => compareTo(other) < 0;
jetleaf_lang package
documentation
lang
Byte
operator < method
Byte class