$RelatedUrl constructor

$RelatedUrl({
  1. String? label,
  2. String? url,
})

Implementation

$RelatedUrl({
  this.label,
  this.url,
});