stellar_flutter_sdk
stellar_flutter_sdk
Price
Price constructor
Price
stellar_flutter_sdk
stellar_flutter_sdk
Price
Price constructor
Price class
Constructors
Price
fromJson
Properties
d
denominator
hashCode
n
numerator
runtimeType
Methods
noSuchMethod
toJson
toString
toXdr
Operators
operator ==
Static methods
fromString
Price
constructor
Price
(
int
n
,
int
d
)
Create a new price. Price in Stellar is represented as a fraction.
Implementation
Price(this.n, this.d);