ExplorePageArguments constructor
- {required List<
ExploreSectionArguments> sections, - required String title,
- Map<
String, dynamic> ? baseParams}
Implementation
ExplorePageArguments(
{required this.sections, required this.title, this.baseParams});
ExplorePageArguments(
{required this.sections, required this.title, this.baseParams});