ExchangeRates class

Constructors

ExchangeRates()
ExchangeRates.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
isNull bool
use returnedValue.isNull to check if no results were obtained
no setter
rates List<ExchangeRate>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getRateOf(String name) ExchangeRate
use returnedValue.getRateOf(input_currency) to obtain btc's value in the input currency
getVsList() List<String>
use returnedValue.getVsList() to obtain other currency names available in list
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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