DecoratedContent class abstract

Inheritance
Implementers

Constructors

DecoratedContent(String identifier, InstallApp? installApp, HomeMenuModel? homeMenu, DrawerModel? drawer, DrawerModel? endDrawer, double percentageDecorationVisible, {PrivilegeLevelRequiredSimple? privilegeLevelRequiredSimple})

Properties

final
drawer → DrawerModel?
finalinherited
endDrawer → DrawerModel?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
homeMenu → HomeMenuModel?
finalinherited
identifier String
final
installApp InstallApp?
finalinherited
percentageDecorationVisible double
final
privilegeLevelRequiredSimple → PrivilegeLevelRequiredSimple?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPrivilegeLevelRequiredSimple() → PrivilegeLevelRequiredSimple?
installDecoratedContent(String title, String description, String? componentId, String componentName, String? decoratingComponentId, String decoratingComponentName, DecorationComponentPosition position) Future<void>
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

Static Properties

faderIdentifier String
getter/setter pair