ListedItemModel class

Constructors

ListedItemModel({required String documentID, String? description, ActionModel? action, PlatformMediumModel? image, PosSizeModel? posSize})

Properties

action ActionModel?
getter/setter pair
description String?
getter/setter pair
documentID String
getter/setter pairoverride
hashCode int
The hash code for this object.
no setteroverride
image ↔ PlatformMediumModel?
getter/setter pair
posSize ↔ PosSizeModel?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

collectReferences({String? appId}) Future<List<ModelReference>>
override
copyWith({String? documentID, String? description, ActionModel? action, PlatformMediumModel? image, PosSizeModel? posSize}) ListedItemModel
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEntity({String? appId}) ListedItemEntity
override
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromEntity(String documentID, ListedItemEntity? entity) Future<ListedItemModel?>
fromEntityPlus(String documentID, ListedItemEntity? entity, {String? appId}) Future<ListedItemModel?>

Constants

id → const String
packageName → const String