WallTrowelling.fromJson constructor

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

Implementation

WallTrowelling.fromJson(Map<String, dynamic> json) {
  offset = json["offset"];
  minCount = json["min_count"];
}