PhotoAndSomthing class abstract

Inheritance
Implementers

Constructors

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

Properties

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

Methods

createSimpleImage(PlatformMediumModel memberMediumModel) Future<SimpleImageModel>
getPrivilegeLevelRequiredSimple() → PrivilegeLevelRequiredSimple?
inherited
installDecoratedContent(String title, String description, String? componentId, String componentName, String? decoratingComponentId, String decoratingComponentName, DecorationComponentPosition position) Future<void>
inherited
installImage(String assetLocation) Future<PlatformMediumModel>
installPhoto(String? componentId, String componentName, String title, String description, DecorationComponentPosition imagePosition, String imageAssetLocation) 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