NewAppWizardInfoDefaultImpl class abstract

Inheritance

Constructors

NewAppWizardInfoDefaultImpl(String newAppWizardName, String displayName)

Properties

displayName String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
newAppWizardName String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAction(String uniqueId, NewAppWizardParameters parameters, AppModel app, String actionType) ActionModel?
override
getCreateTasks(String uniqueId, AppModel app, NewAppWizardParameters parameters, MemberModel member, HomeMenuProvider homeMenuProvider, AppBarProvider appBarProvider, DrawerProvider leftDrawerProvider, DrawerProvider rightDrawerProvider) List<NewAppTask>?
override
getMenuItemsFor(String uniqueId, AppModel app, NewAppWizardParameters parameters, MenuType type) List<MenuItemModel>?
override
getPackageName() String
inherited
getPageID(String uniqueId, NewAppWizardParameters parameters, String pageType) String?
override
getPublicMediumModel(String uniqueId, NewAppWizardParameters parameters, String mediumType) PublicMediumModel?
override
newAppWizardParameters() NewAppWizardParameters
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateApp(String uniqueId, NewAppWizardParameters parameters, AppModel adjustMe) AppModel
override
wizardParametersWidget(AppModel app, BuildContext context, NewAppWizardParameters parameters) Widget
override

Operators

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