Module class

Module initialization class base. Create

Constructors

Module()

Properties

hashCode int
The hash code for this object.
no setterinherited
routes Map<String, WidgetBuilder>
Module routes
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

initialize() → void
Called once when on startup
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onGenerateRoute(RouteSettings settings) Route?
Generate route
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited