MessageVoiceToTextInfo constructor

const MessageVoiceToTextInfo({
  1. required String text,
  2. required int convertedAt,
  3. required String source,
})

Implementation

const MessageVoiceToTextInfo({
  required this.text,
  required this.convertedAt,
  required this.source,
});