ExchangeRate.fromJson constructor

ExchangeRate.fromJson(
  1. String str
)

Implementation

factory ExchangeRate.fromJson(String str) => ExchangeRate.fromMap(json.decode(str));