archethic_lib_dart
simple_price_response
SimplePriceResponse
SimplePriceResponse constructor
SimplePriceResponse
SimplePriceResponse
constructor
Null safety
SimplePriceResponse
(
{
String
?
currency
,
double
?
btcPrice
,
double
?
localCurrencyPrice
}
)
Implementation
SimplePriceResponse({ this.currency, this.btcPrice, this.localCurrencyPrice, });
archethic_lib_dart
simple_price_response
SimplePriceResponse
SimplePriceResponse constructor
SimplePriceResponse class
Constructors
SimplePriceResponse
Properties
btcPrice
currency
hashCode
localCurrencyPrice
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==