PlusCode constructor

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

Implementation

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