menu
blockchain_utils package
documentation
numbers/src/i64.dart
Int64
operator < method
operator < method
dark_mode
light_mode
operator <
method
bool
operator <
(
Int64
other
)
Implementation
bool operator <(Int64 other) => compareTo(other) < 0;
blockchain_utils package
documentation
numbers/src/i64
Int64
operator < method
Int64 class