ContentBlock constructor
ContentBlock({
- String? topic,
- LocalizedText? content,
- References? references,
Implementation
ContentBlock({
this.topic,
this.content,
this.references,
});