EMVoiceMessageBody class

Inheritance

Constructors

EMVoiceMessageBody({dynamic localPath, String? displayName, int? duration})
EMVoiceMessageBody.fromJson({required Map map})

Properties

displayName String?
getter/setter pairinherited
duration int?
getter/setter pair
fileSize int?
getter/setter pairinherited
fileStatus EMDownloadStatus
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
localPath String?
getter/setter pairinherited
remotePath String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String?
getter/setter pairinherited
type EMMessageBodyType?
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited