menu
proto_annotations package
documentation
proto_annotations.dart
Int64
isOdd property
isOdd property
dark_mode
light_mode
isOdd
property
@
override
bool
get
isOdd
override
Returns
true
if and only if this integer is odd.
Implementation
@override bool get isOdd => (_l & 0x1) == 1;
proto_annotations package
documentation
proto_annotations
Int64
isOdd property
Int64 class