Base32Decoder constructor

const Base32Decoder(
  1. String _alphabet,
  2. String _padding, {
  3. bool caseInsensitive = true,
})

Implementation

const Base32Decoder(
  this._alphabet,
  this._padding, {
  this.caseInsensitive = true,
});