MarketAlbumAttachmentModel class

Inheritance

Constructors

MarketAlbumAttachmentModel(Map<String, dynamic> payload)

Properties

accessKey String?
Attachment access key.
no setterinherited
attachType String
Attachment type.
finalinherited
count int?
The number of products in the selection.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
Attachment ID.
no setterinherited
isHidden bool?
Whether the selection is hidden.
no setter
isMain bool?
Whether the selection is the main one.
no setter
ownerId int
Attachment owner identifier.
no setterinherited
payload Map<String, dynamic>
Payload.
finalinherited
photo PhotoAttachmentModel?
The cover of the collection
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The name of the collection.
no setter

Methods

checkBoolInProperty(String key) bool?
inherited
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