DraftMessageContentVoiceNote constructor
DraftMessageContentVoiceNote({
- required String filePath,
- required int duration,
- required String waveform,
- MessageSelfDestructType? selfDestructType,
Implementation
DraftMessageContentVoiceNote({
required this.filePath,
required this.duration,
required this.waveform,
this.selfDestructType,
});