SearchShowtimesObjectMetadata constructor
SearchShowtimesObjectMetadata(
- String title,
- List<
SearchShowtime> showtimes
Implementation
factory SearchShowtimesObjectMetadata(
core.String title, core.List<SearchShowtime> showtimes) =>
SearchShowtimesObjectMetadataImpl(title, showtimes);