listFromJson static method
Implementation
static List<DotCodeParams> listFromJson(List<dynamic> json) {
return json.map((value) => DotCodeParams.fromJson(value)).toList();
}
static List<DotCodeParams> listFromJson(List<dynamic> json) {
return json.map((value) => DotCodeParams.fromJson(value)).toList();
}