SecondaryLink constructor

SecondaryLink({
  1. int? id,
  2. String? label,
  3. String? secondaryLinkUrl,
  4. String? pictureUrl,
  5. int? mainLinkId,
  6. int? order,
  7. int? linkTypeId,
  8. LinkType? linkType,
})

Implementation

SecondaryLink(
    {this.id,
    this.label,
    this.secondaryLinkUrl,
    this.pictureUrl,
    this.mainLinkId,
    this.order,
    this.linkTypeId,
    this.linkType});