RulerPlaneRoofSmooth1.fromJson constructor
Implementation
RulerPlaneRoofSmooth1.fromJson(Map<String, dynamic> json) {
available = json["available"];
toMeasure =
json["toMeasure"] == null ? null : List<String>.from(json["toMeasure"]);
quotaSmooth = json["quota_smooth"];
}