Content constructor
Content({
- String? header,
- List<
Description> ? descriptions,
Implementation
Content({
this.header,
this.descriptions,
});
Content({
this.header,
this.descriptions,
});