GoToBuzzEventsDashboard constructor

GoToBuzzEventsDashboard()

Implementation

GoToBuzzEventsDashboard()
    : super(
        directions: NavigationDirections(
          routeBuilder: () => EventsDashboardPage.routeName,
        ),
      );