toHistory method
Implementation
RouteHistoryItem toHistory({String? childPath}) =>
RouteHistoryItem(this.route, childPath, isPage: isPage);
RouteHistoryItem toHistory({String? childPath}) =>
RouteHistoryItem(this.route, childPath, isPage: isPage);