CreateGrantResponse constructor

CreateGrantResponse({
  1. String? grantId,
  2. String? grantToken,
})

Implementation

CreateGrantResponse({
  this.grantId,
  this.grantToken,
});