ListTemplate constructor

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

Implementation

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