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