Wall.fromJson constructor

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

Implementation

Wall.fromJson(Map<String, dynamic> json) {
  builderPixelSize = json["builder.pixel_size"];
}