AudioAttachmentModel class

Inheritance

Constructors

AudioAttachmentModel(Map<String, dynamic> payload)

Properties

accessKey String?
Attachment access key.
no setterinherited
albumId int?
Identifier of the album in which the audio recording is located (if assigned).
no setter
artist String?
A singer.
no setter
attachType String
Attachment type.
finalinherited
createdAt int?
Date added.
no setter
duration int?
Duration of the audio recording in seconds.
no setter
genreId int?
Genre identifier from the list of audio genres.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
Attachment ID.
no setterinherited
isHq bool?
true if the audio is high quality.
no setter
isNoSearch bool?
true if the “Do not display during search” option is enabled. If the option is disabled, the field is not returned.
no setter
lyricsId int?
Audio text ID (if available).
no setter
ownerId int
Attachment owner identifier.
no setterinherited
payload Map<String, dynamic>
Payload.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Title of the composition.
no setter
url String?
Link to mp3.
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