RelyingParty constructor

RelyingParty(
  1. String id,
  2. String name
)

Implementation

RelyingParty(this.id, this.name);