WireboxHeight.fromJson constructor
Implementation
WireboxHeight.fromJson(Map<String, dynamic> json) {
quota = json["quota"];
adjust = json["adjust"];
available = json["available"];
heightBy = json["height_by"];
groupDelta = json["group_delta"];
}