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