LocationTemplate constructor

LocationTemplate(
  1. String address,
  2. Content content, {
  3. String? addressTitle,
  4. Social? social,
  5. List<Button>? buttons,
  6. String? buttonTitle,
  7. String objectType = "location",
})

Implementation

LocationTemplate(this.address, this.content,
    {this.addressTitle,
    this.social,
    this.buttons,
    this.buttonTitle,
    this.objectType = "location"});