SEP38QuoteResponse class

Constructors

SEP38QuoteResponse(String id, DateTime expiresAt, String totalPrice, String price, String sellAsset, String sellAmount, String buyAsset, String buyAmount, SEP38Fee fee)
SEP38QuoteResponse.fromJson(Map<String, dynamic> json)
factory

Properties

buyAmount String
getter/setter pair
buyAsset String
getter/setter pair
expiresAt DateTime
getter/setter pair
fee SEP38Fee
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
price String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sellAmount String
getter/setter pair
sellAsset String
getter/setter pair
totalPrice String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited