menu
fixnum_nanodart package
documentation
fixnum.dart
Int32
toInt64 method
toInt64 method
dark_mode
light_mode
toInt64
method
@
override
Int64
toInt64
(
)
override
Returns an Int64 representation of this integer.
Implementation
@override Int64 toInt64() => Int64(_i);
fixnum_nanodart package
documentation
fixnum
Int32
toInt64 method
Int32 class