RequestObject constructor

RequestObject({
  1. String? clientId,
  2. String? nonce,
  3. String? redirectUri,
  4. String? responseMode,
  5. String? responseType,
  6. PresentationDefinition? presentationDefinition,
})

Implementation

RequestObject(
    {this.clientId,
    this.nonce,
    this.redirectUri,
    this.responseMode,
    this.responseType,
    this.presentationDefinition});