MicroFlatness.fromJson constructor

MicroFlatness.fromJson(
  1. Map<String, dynamic> json
)

Implementation

MicroFlatness.fromJson(Map<String, dynamic> json) {
  available = json["available"];
  threshold = json["threshold"];
  detectDoor = json["detect_door"];
  microFlatness2 = json["micro_flatness_2"];
  microFlatness3 = json["micro_flatness_3"];
  removeWallHigh = json["remove_wall_high"];
  removeDoorWidth = json["remove_door_width"];
}