ExchangeRate.fromJson constructor

ExchangeRate.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ExchangeRate.fromJson(Map<String, dynamic> json) =>
    _$ExchangeRateFromJson(json);