AdminApp class Null safety

Inheritance
  • Object
  • AdminAppInstallerBase
  • AdminApp

Constructors

AdminApp(String appId, DrawerModel _drawer, DrawerModel _endDrawer, AppBarModel _appBar, HomeMenuModel _homeMenu, RgbModel menuItemColor, RgbModel selectedMenuItemColor, RgbModel backgroundColor)
Construct the AdminApp

Properties

appId String
final
backgroundColor → RgbModel
final
hashCode int
The hash code for this object. [...]
read-only, inherited
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
selectedMenuItemColor → RgbModel
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed. [...]
inherited
run() → dynamic
Run the admin, i.e setup all admin pages
override
toString() String
A string representation of this object. [...]
inherited

Operators

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