DatosICAO.fromJson constructor

DatosICAO.fromJson(
  1. Map? json
)

Implementation

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