menu
blockchain_utils package
documentation
numbers/src/i64.dart
Int64
operator + method
operator + method
dark_mode
light_mode
operator +
method
Int64
operator +
(
Int64
other
)
Implementation
Int64 operator +(Int64 other) => Int64._(_bits + other._bits);
blockchain_utils package
documentation
numbers/src/i64
Int64
operator + method
Int64 class