DatosICAO.fromJson constructor
DatosICAO.fromJson(
- Map? json
Implementation
DatosICAO.fromJson(Map? json)
{
this.DG1 = json?["DG1"] ?? "";
this.DG2 = json?["DG2"] ?? "";
this.DG13 = json?["DG13"] ?? "";
this.SOD = json?["SOD"] ?? "";
}