GiftAttachmentModel class

Inheritance

Constructors

GiftAttachmentModel(Map<String, dynamic> payload)

Properties

attachType String
Attachment type.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id int
The ID of the gift.
no setter
payload Map<String, dynamic>
Payload.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumb48 String?
Thumbnail image URL with size 48.
no setter
thumb96 String?
Thumbnail image URL with size 96.
no setter
thumb256 String?
Thumbnail image URL with size 256.
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