PayEncodeOptions constructor

const PayEncodeOptions({
  1. bool deburr = true,
  2. bool validate = true,
  3. int version = Version.v120,
})

Implementation

const PayEncodeOptions({
  this.deburr = true,
  this.validate = true,
  this.version = Version.v120,
});