class RouteHistory{ final String path; final Object? extra; RouteHistory(this.path, { this.extra}); }