isNegative property
bool
get
isNegative
Indicates whether the amount is negative.
Implementation
bool get isNegative => xrp?.isNegative ?? isseAmount!.isNegative;
Indicates whether the amount is negative.
bool get isNegative => xrp?.isNegative ?? isseAmount!.isNegative;