menu
xrp_dart package
documentation
xrp_dart.dart
CurrencyAmount
isXrp property
isXrp property
dark_mode
light_mode
isXrp
property
bool
get
isXrp
Indicates whether the amount is in XRP.
Implementation
bool get isXrp => xrp != null;
xrp_dart package
documentation
xrp_dart
CurrencyAmount
isXrp property
CurrencyAmount class