ListTemplate constructor

ListTemplate(
  1. String headerTitle,
  2. Link headerLink, {
  3. List<Content>? contents,
  4. List<Button>? buttons,
  5. String objectType = "list",
})

Implementation

ListTemplate(this.headerTitle, this.headerLink,
    {this.contents, this.buttons, this.objectType = "list"});