RelyingPartyType constructor

RelyingPartyType({
  1. required String name,
  2. required String id,
})

Constructs a new instance.

Implementation

RelyingPartyType({
  required this.name,
  required this.id,
});