Authority constructor

Authority({
  1. String? decoded,
  2. String? encoded,
  3. int? mCanonicalRepresentation,
})

Implementation

Authority({
  this.decoded,
  this.encoded,
  this.mCanonicalRepresentation,
});