XRP class
Represents the XRP (native currency) on the XRP Ledger.
- Inheritance
- Implemented types
Constructors
- XRP.new()
-
Factory method to retrieve the singleton instance of XRP.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the object to a JSON representation.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
Equality operator to compare with the singleton instance of XRP.
override