MicroHost contract
- Implemented types
- Implementers
Constructors
Properties
- description → String
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasRoutes → bool
-
no setteroverride
-
initialMicroApps
→ List<
MicroApp> -
no setter
- name → String
-
no setteroverride
-
pageBuilders
→ Map<
String, PageBuilder< Widget> > -
no setteroverride
-
pages
→ List<
MicroAppPage< Widget> > -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerRoutes(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerMicroApp(
MicroApp microApp) → MicroApp?