RulerWallSelection.fromJson constructor

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

Implementation

RulerWallSelection.fromJson(Map<String, dynamic> json) {
  available = json["available"];
  objNames = json["obj_names"] ?? [];
}