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