ConsentResponse constructor

ConsentResponse({
  1. String? message,
  2. String? redirectUri,
})

Returns a new ConsentResponse instance.

Implementation

ConsentResponse({
  this.message,
  this.redirectUri,
});