ExchangeRate.fromJson(Map<String, dynamic> json) { name = json['name']; unit = json['unit']; value = StaticHelpers.checkDoubleN(json['value'], -1.0); type = json['type']; }