RelatedParty constructor

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

Implementation

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