RelatedParty constructor

RelatedParty({
  1. String? name,
  2. String? role,
  3. String? href,
  4. int? id,
})

Implementation

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