ExchangeShort.fromJson constructor

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

Implementation

ExchangeShort.fromJson(Map<String, dynamic> json)
    : this.id = Convert.toStr(json['id'], ''),
      this.name = Convert.toStr(json['name'], '');