DocumentAttachmentModel class

Inheritance

Constructors

DocumentAttachmentModel(Map<String, dynamic> payload)

Properties

accessKey String?
Attachment access key.
no setterinherited
attachType String
Attachment type.
finalinherited
createdAt int?
Date when the document has been uploaded in Unixtime.
no setter
documentType int?
Document type.
no setter
ext String?
MIME type of the document.
no setter
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
previewAudioMessageDuration int?
Audio message duration in seconds.
no setter
previewAudioMessageLinkMp3 String?
Audio message ling mp3.
no setter
previewAudioMessageLinkOgg String?
Audio message ling ogg.
no setter
previewAudioMessageWaveform List<int>?
Audio message waveform.
no setter
previewGraffitiHeight int?
graffiti height in px;
no setter
previewGraffitiSrc String?
Graffiti file URL;
no setter
previewGraffitiWidth int?
graffiti width in px;
no setter
previewPhotoSizes List<PhotoCopyModel>?
an array of image copies in different sizes.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
Size of the document in bytes.
no setter
title String?
Title of the document.
no setter
url String?
URL of the document.
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