MessageAudioData class
- Inheritance
-
- Object
- AmityMessageData
- MessageAudioData
Constructors
- MessageAudioData({required String messageId, required String fileId})
- init MessageFileData
Properties
- audio ↔ AmityAudio
-
Amity File
getter/setter pair
- fileId → String?
-
File id
finalinherited
- fileInfo ↔ AmityFileInfo
-
File info
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageId → String
-
Message Id
finalinherited
-
rawData
→ Map<
String, dynamic> ? -
Raw Data
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited