LinkAttachmentModel class

Inheritance

Constructors

LinkAttachmentModel(Map<String, dynamic> payload)

Properties

attachType String
Attachment type.
finalinherited
button Map<String, dynamic>?
Information about the button to navigate (if available).
no setter
description String?
Link description.
no setter
hashCode int
The hash code for this object.
no setterinherited
payload Map<String, dynamic>
Payload.
finalinherited
photo PhotoAttachmentModel?
Preview image. (if available)
no setter
previewPage String?
ID of the content wiki page to preview the content of the page. Returned in the format owner_id_page_ids.
no setter
previewUrl String?
Content page URL to preview the page content.
no setter
product Map<String, dynamic>?
Product information (if available).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Link title.
no setter
url String
Link URL.
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