RevocationContext constructor

RevocationContext({
  1. RevocationContextProratedRefund? proratedRefund,
})

Implementation

RevocationContext({
  this.proratedRefund,
});