EMVoiceMessageBody constructor Null safety
- {dynamic localPath,
- String? displayName,
- int? duration}
Implementation
EMVoiceMessageBody({
localPath,
String? displayName,
this.duration,
}) : super(
localPath: localPath,
displayName: displayName,
type: EMMessageBodyType.VOICE,
);