HoleInfo.fromJson constructor

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

Implementation

HoleInfo.fromJson(Map<String, dynamic> json) {
  hole = json["hole"];
  holeRange = json["hole_range"];
  holeHeight = json["hole_height"];
  doorHoleWidth = json["door_hole_width"];
  doorHoleHeight = json["door_hole_height"];
  doorWindowHole = json["door_window_hole"];
}