PhotoAttachmentModel class

Inheritance

Constructors

PhotoAttachmentModel(Map<String, dynamic> payload)

Properties

accessKey String?
Attachment access key.
no setterinherited
albumId int?
The ID of the album in which the photo is located.
no setter
attachType String
Attachment type.
finalinherited
createdAt int?
Date added in Unixtime format.
no setter
hashCode int
The hash code for this object.
no setterinherited
height int?
The height of the original photo in pixels.
no setter
id int
Attachment ID.
no setterinherited
ownerId int
Attachment owner identifier.
no setterinherited
payload Map<String, dynamic>
Payload.
finalinherited
postId int?
ID of the record where the photo was uploaded.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizes List<PhotoCopyModel>
An array with copies of the image in different sizes.
no setter
text String?
Photo description text.
no setter
userId int?
ID of the user who uploaded the photo.
no setter
width int?
The width of the original photo in pixels.
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