Content constructor

Content({
  1. String? header,
  2. List<Description>? descriptions,
})

Implementation

Content({
  this.header,
  this.descriptions,
});