HomeAttributesCollection.fromJson constructor

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

Implementation

HomeAttributesCollection.fromJson(Map<String, dynamic> json) {
  id = json["id"];
  label = json["label"];
}