RelatedParty constructor

RelatedParty({
  1. dynamic href,
  2. String? name,
  3. String? role,
})

Implementation

RelatedParty({
  this.href,
  this.name,
  this.role,
});