WallAttachmentModel class

Inheritance
Mixed-in types
Implementers

Constructors

WallAttachmentModel(Map<String, dynamic> payload)

Properties

accessKey String?
Attachment access key.
no setterinherited
attachments List<AttachmentModel>
An array of objects corresponding to media resources attached to a record: photos, documents, video files, and others. See https://dev.vk.com/ru/reference/objects/wall#attachments
no setter
attachType String
Attachment type.
finalinherited
commentsCount int?
number of comments;
no setter
copyHistory List<WallAttachmentModel>?
An array containing the history of reposts to be recorded. It is returned only if the record is a repost. Each of the array objects, in turn, is a standard format record object.
no setter
copyrightId int
no setter
no setter
copyrightName String?
no setter
copyrightType String?
no setter
createdAt int?
The time when the record was published in unixtime format.
no setter
createdUserId int?
The ID of the administrator who published the entry (returned only for communities when requested with an administrator access key). It is returned in records published less than 24 hours ago.
no setter
donut Map<String, dynamic>?
Information about VK Donut entry:
no setter
fromId int?
The ID of the author of the record (on whose behalf the record was published).
no setter
geoCoordinates String?
location coordinates;
no setter
geoPlace Map<String, dynamic>?
description of the place (if it has been added). See https://dev.vk.com/ru/reference/objects/wall#geo
no setter
geoType String?
type of place;
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
Attachment ID.
no setterinherited
isCanDelete bool?
Information about whether the current user can delete an entry
no setter
isCanEdit bool?
Information about whether the current user can edit the record
no setter
isCanPin bool?
Information about whether the current user can pin the record
no setter
isCommentsCanClose bool?
Can the current user close comments on the post;
no setter
isCommentsCanOpen bool?
whether the current user can open comments on the post.
no setter
isCommentsCanPost bool?
information about whether the current user can comment on the entry ;
no setter
isCommentsGroupsCanPost bool?
information about whether communities can comment on the post;
no setter
isFavorite bool?
true if the object has been added to the bookmarks of the current user.
no setter
isFriendsOnly bool?
1, if the record was created with the "Friends only" option.
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
isMarkedAsAds bool?
Information about whether the record contains the mark "advertising"
no setter
isPinned bool?
Information that the record is pinned.
no setter
isUserLikes bool?
the presence of a "like" mark from the current user ;
no setterinherited
isUserReposted bool?
Indicates whether the current user has reposted the attachment.
no setterinherited
likesCount int?
the number of users who liked the post;
no setterinherited
ownerId int
Attachment owner identifier.
no setteroverride
payload Map<String, dynamic>
Payload.
finalinherited
postponedId int?
ID of the deferred record. This field is returned when the recording was on the timer.
no setter
postSource Map<String, dynamic>?
Information about the recording placement method. See https://vk.com/dev/objects/wall#post_source
no setter
postType String?
The record type can take the following values: post, copy, reply, postpone, suggest.
no setter
replyOwnerId int?
The ID of the owner of the record in response to which the current one was left.
no setter
replyPostId int?
ID of the record that the current one was left in response to.
no setter
repostsCount int?
the number of reposts;
no setterinherited
repostsMailCount int?
counter of reposts in personal messages.
no setterinherited
repostsWallCount int?
repost counter on the wall.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signerId int?
The ID of the author, if the entry was published on behalf of the community and signed by the user;
no setter
text String?
Text wall.
no setter
viewsCount int?
the number of views of the wall.
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