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

hashCode int
The hash code for this object.
no setteroverride
isXrp bool
Indicates whether the currency is XRP.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validate String?
no setterinherited

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