IssuingAuthorizationReverseOptions constructor

const IssuingAuthorizationReverseOptions({
  1. List<String>? expand,
  2. int? reverseAmount,
})

Implementation

const IssuingAuthorizationReverseOptions({
  this.expand,
  this.reverseAmount,
});