PresentationModel class Null safety
Constructors
-
PresentationModel({required String documentID, required String appId, String? description, List<
BodyComponentModel> ? bodyComponents, PlatformMediumModel? image, PresentationRelativeImagePosition? imagePositionRelative, PresentationImageAlignment? imageAlignment, double? imageWidth, StorageConditionsModel? conditions})
Properties
- appId ↔ String
-
read / write, override
-
bodyComponents
↔ List<
BodyComponentModel> ? -
read / write
- conditions ↔ StorageConditionsModel?
-
read / write
- description ↔ String?
-
read / write
- documentID ↔ String
-
read / write, override
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- image ↔ PlatformMediumModel?
-
read / write
- imageAlignment ↔ PresentationImageAlignment?
-
read / write
- imagePositionRelative ↔ PresentationRelativeImagePosition?
-
read / write
- imageWidth ↔ double?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
collectReferences(
{String? appId}) → dynamic -
override
-
copyWith(
{String? documentID, String? appId, String? description, List< BodyComponentModel> ? bodyComponents, PlatformMediumModel? image, PresentationRelativeImagePosition? imagePositionRelative, PresentationImageAlignment? imageAlignment, double? imageWidth, StorageConditionsModel? conditions}) → PresentationModel -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed. [...]
inherited
-
toEntity(
{String? appId}) → PresentationEntity -
override
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
override
Static Methods
-
fromEntity(
String documentID, PresentationEntity? entity) → dynamic -
fromEntityPlus(
String documentID, PresentationEntity? entity, {String? appId}) → dynamic
Constants
- id → const String
-
'presentations'
- packageName → const String
-
'eliud_pkg_fundamentals'