menu
proto_annotations package
documentation
proto_annotations.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);
proto_annotations package
documentation
proto_annotations
Int32
toInt64 method
Int32 class