SearchShowtimesObjectMetadata constructor

SearchShowtimesObjectMetadata(
  1. String title,
  2. List<SearchShowtime> showtimes
)

Implementation

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