ExplorePageArguments constructor

ExplorePageArguments(
  1. {required List<ExploreSectionArguments> sections,
  2. required String title,
  3. Map<String, dynamic>? baseParams}
)

Implementation

ExplorePageArguments(
    {required this.sections, required this.title, this.baseParams});