GraffitiAttachmentModel class

Inheritance

Constructors

GraffitiAttachmentModel(Map<String, dynamic> payload)

Properties

accessKey String?
Attachment access key.
no setterinherited
attachType String
Attachment type.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id int
Attachment ID.
no setterinherited
ownerId int
Attachment owner identifier.
no setterinherited
payload Map<String, dynamic>
Payload.
finalinherited
photo130 String?
Getter for photo_130
no setter
photo604 String?
Getter for photo_604
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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