GetGrantResponse constructor

GetGrantResponse({
  1. Grant? grant,
})

Implementation

GetGrantResponse({
  this.grant,
});