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