DocumentItemModel class Null safety

Constructors

DocumentItemModel({required String documentID, String? reference, PlatformMediumModel? image})

Properties

documentID String
read / write, override
hashCode int
The hash code for this object. [...]
read-only, override
image ↔ PlatformMediumModel?
read / write
reference String?
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? reference, PlatformMediumModel? image}) DocumentItemModel
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed. [...]
inherited
toEntity({String? appId}) DocumentItemEntity
override
toString() String
A string representation of this object. [...]
override

Operators

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

Static Methods

fromEntity(String documentID, DocumentItemEntity? entity) → dynamic
fromEntityPlus(String documentID, DocumentItemEntity? entity, {String? appId}) → dynamic

Constants

id → const String
'documentItems'
packageName → const String
'eliud_pkg_fundamentals'