MessageAnnotation constructor

MessageAnnotation({
  1. ChunkType type = ChunkType.messageAnnotation,
  2. required Map<String, dynamic> data,
})

Implementation

MessageAnnotation({super.type = ChunkType.messageAnnotation, required this.data}) : super(data: data);