KareeRoutableModule class abstract
Interface implemented by each modules that shares the same Router with the root application.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isInitialized → bool
-
Check whether the module is already initialized.
no setterinherited
- name → String
-
This String
Getter
represents the name of the module. This value represents also the directory and the flutter application name in the pubspec of the module.no setterinherited - path → String
-
The module path.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startWithRoot → bool
-
This
Getter
, is used to know whether the current module should be loaded during the application startup or late when it will be required.no setterinherited
Methods
-
initialize(
) → FutureOr< void> -
This function is called when the module is being initialized.
We launch a module automaticaly when it's marked as root or
when the application request the module for the first time.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited