menu
proto_annotations package
documentation
proto_annotations.dart
Int32
abs method
abs method
dark_mode
light_mode
abs
method
@
override
Int32
abs
(
)
override
Returns the absolute value of this integer.
Implementation
@override Int32 abs() => _i < 0 ? Int32(-_i) : this;
proto_annotations package
documentation
proto_annotations
Int32
abs method
Int32 class