MarketAttachmentModel class

Inheritance
Mixed-in types

Constructors

MarketAttachmentModel(Map<String, dynamic> payload)

Properties

accessKey String?
Attachment access key.
no setterinherited
attachType String
Attachment type.
finalinherited
availability int?
Product availability status. Possible values:s 0 — product available. 1 - product removed. 2 - product is unavailable.
no setter
buttonTitle String?
Text on the product button.
no setter
categoryId int?
category ID.
no setter
categoryName String?
name of category.
no setter
categorySectionId int?
section identifier.
no setter
categorySectionName String?
section name.
no setter
createdAt int?
Product creation date in Unixtime format.
no setter
description String?
Product description text.
no setter
dimensionsHeight int?
height in millimeters.
no setter
dimensionsLength int?
length in millimeters.
no setter
dimensionsWidth int?
width in millimeters.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
Attachment ID.
no setterinherited
isCanComment bool?
Ability to comment on a product for the current user.
no setter
isCanRepost bool?
Ability to repost a product for the current user.
no setter
isFavorite bool?
true if the item has been bookmarked by the current user.
no setter
isLikesCanLike bool?
information about whether the current user can mark "Like";
no setterinherited
isLikesCanPublish bool?
information about whether the current user can repost the post;
no setterinherited
isUserLikes bool?
the presence of a "like" mark from the current user ;
no setterinherited
likesCount int?
the number of users who liked the post;
no setterinherited
ownerId int
Attachment owner identifier.
no setterinherited
payload Map<String, dynamic>
Payload.
finalinherited
photos List<PhotoAttachmentModel>?
Product images.
no setter
priceAmount int?
the price of a product in hundredths of a currency unit.
no setter
priceCurrencyId int?
currency identifier.
no setter
priceCurrencyName String?
currency name.
no setter
priceOldAmount int?
the old price of a product in hundredths of a currency unit.
no setter
priceText String?
string representation of price.
no setter
rejectButtons Map<String, dynamic>?
“Delete” and “Write to support” buttons.
no setter
rejectDescription String?
description of the reason for blocking.
no setter
link to moderation rules.
no setter
rejectModerationStatus String?
numerical representation of moderation status.
no setter
rejectTitle String?
name of the reason for rejecting the goods.
no setter
support link.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sku String?
Product article, arbitrary string up to 50 characters long.
no setter
thumbPhoto String?
Product cover image URL.
no setter
title String?
Product Name.
no setter
url String?
Link to product in external resources.
no setter
weight int?
Weight in grams.
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