menu
blockchain_utils package
documentation
crypto/crypto/cdsa/point/ec_projective_point.dart
ProjectiveECCPoint
isOdd property
isOdd property
dark_mode
light_mode
isOdd
property
bool
get
isOdd
Implementation
bool get isOdd => y.isOdd;
blockchain_utils package
documentation
crypto/crypto/cdsa/point/ec_projective_point
ProjectiveECCPoint
isOdd property
ProjectiveECCPoint class