toMap method

  1. @override
Map<String, dynamic> toMap()
override

Implementation

@override
Map<String, dynamic> toMap() => {
  'command': 'sync_stream',
  'text': asrText,
  'timestamps': timestamps,
  'is_new_segment': isNewSegment,
  'ayah_number': ayahNumber,
};