Back to Flutter Boost

PageInfo class

doc/api/boost_navigator/PageInfo-class.html

5.0.22.6 KB
Original Source

PageInfo class

The PageInfo use in FlutterBoost ,it is not a public api

Constructors

PageInfo({String pageName, String uniqueId, Map<String, dynamic> arguments, bool withContainer})

Properties

argumentsMap<String, dynamic> read / write hashCodeint The hash code for this object. [...] read-only, inherited pageNameString read / write runtimeTypeType A representation of the runtime type of the object. read-only, inherited uniqueIdString read / write withContainerbool read / write

Methods

noSuchMethod(Invocation invocation) → dynamic Invoked when a non-existent method or property is accessed. [...] inherited toString() → String A string representation of this object. [...] inherited

Operators

operator ==(Object other) → bool The equality operator. [...] inherited