static List<VenueTime> fromListJson(List json) => json.map((e) => VenueTime.fromJson(e as Map<String, dynamic>)).toList();