isZero property
bool
get
isZero
Indicates whether the amount is zero.
Implementation
bool get isZero => xrp == null ? isseAmount!.isZero : xrp == BigInt.zero;
Indicates whether the amount is zero.
bool get isZero => xrp == null ? isseAmount!.isZero : xrp == BigInt.zero;