ContentBlock constructor
ContentBlock({
- required String type,
- required String data,
- required String mimeType,
- Annotations? annotations,
- MetaObject? $meta,
Implementation
ContentBlock({
required this.type,
required this.data,
required this.mimeType,
this.annotations,
this.$meta,
});