MatrixAudioFile class

Inheritance

Constructors

MatrixAudioFile({required Uint8List bytes, required String name, String? mimeType, int? duration})

Properties

bytes → Uint8List
finalinherited
duration → int?
final
hashCode → int
The hash code for this object.
no setterinherited
info → Map<String, dynamic>
no setteroverride
mimeType → String
finalinherited
msgType → String
no setteroverride
name → String
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
size → int
no setterinherited

Methods

encrypt() → Future<EncryptedFile>
Encrypts this file and returns the encryption information as an EncryptedFile.
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