LinkType constructor

LinkType({
  1. int? id,
  2. String? label,
  3. String? pictureUrl,
})

Implementation

LinkType({this.id, this.label, this.pictureUrl});