fromJsonList static method
Implementation
static List<ComponentParameterField> fromJsonList(List<dynamic> json) {
return json.map((e) => fromJson(e)).toList();
}
static List<ComponentParameterField> fromJsonList(List<dynamic> json) {
return json.map((e) => fromJson(e)).toList();
}