RelyingParty constructor

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

Constructor

Implementation

RelyingParty(this.name, this.id);