ContentBlock constructor

ContentBlock({
  1. String? topic,
  2. LocalizedText? content,
  3. References? references,
})

Implementation

ContentBlock({
  this.topic,
  this.content,
  this.references,
});