FloorHeight.fromJson constructor
Implementation
FloorHeight.fromJson(Map<String, dynamic> json) {
mode = json["mode"];
available = json["available"];
lowQuota = json["low_quota"];
deltaDist = json["delta_dist"];
highQuota = json["high_quota"];
}