HomeModule class

Inheritance

Constructors

HomeModule({required Widget logoBase, required ICardMananger cardMananger, required NasajonTribesEnum tribe, VoidCallback? onEndSession, String? alternativeEntitySelectionRoute, Widget? alternativeHeaderWidget})

Properties

alternativeEntitySelectionRoute String?
final
alternativeHeaderWidget Widget?
final
cardMananger → ICardMananger
final
hashCode int
The hash code for this object.
no setterinherited
imports List<Module>
no setterinherited
logoBase Widget
final
onEndSession VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tribe NasajonTribesEnum
getter/setter pair

Methods

binds(Injector i) → void
override
exportedBinds(Injector i) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
routes(RouteManager r) → void
override
toString() String
A string representation of this object.
inherited

Operators

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