TranscriptEntry constructor

const TranscriptEntry({
  1. required String type,
  2. List<Map<String, dynamic>>? contentBlocks,
})

Implementation

const TranscriptEntry({required this.type, this.contentBlocks});