static List<FFill> listFromJson(List<dynamic> json) { return json.map((e) => fromJson(e as Map<String, dynamic>)).toList(); }