GBOnStackRouteWillChangeData constructor
GBOnStackRouteWillChangeData({})
Implementation
GBOnStackRouteWillChangeData({
required this.routeId,
required this.routeName,
required this.targetRouteId,
required this.targetRouteName,
required this.type,
this.isInitialRoute = false,
});