PlusCode constructor

PlusCode({
  1. String? globalCode,
  2. String? compoundCode,
})

Implementation

PlusCode({
  this.globalCode,
  this.compoundCode,
});