doc/api/flutter_boost_app/BoostPage-class.html
Inheritance
BoostPage({LocalKey key, PageInfo pageInfo})
arguments→ Object The arguments passed to this route. [...] final, inherited hashCode→ int The hash code for this object. [...] read-only, inherited key→ LocalKey The key associated with this page. [...] final, inherited name→ String The name of the route (e.g., "/settings"). [...] final, inherited pageInfo→ PageInfo final popped→ Future<T> A future that completes when this page is popped. read-only restorationId→ String Restoration ID to save and restore the state of the Route configured by this page. [...] final, inherited route→ Route<T> read-only runtimeType→ Type A representation of the runtime type of the object. read-only, inherited
canUpdate(Page other) → bool Whether this page can be updated with the other page. [...]
inherited
copyWith({String name, Object arguments}) → RouteSettings Creates a copy of this route settings object with the given fields replaced with the new values.
inherited
createRoute(BuildContext context) → Route<T> Creates the Route that corresponds to this page. [...]
override
didComplete(T result) → void noSuchMethod(Invocation invocation) → dynamic Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String A string representation of this object. [...]
override
operator ==(Object other) → bool The equality operator. [...] inherited