PlusCode constructor

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

Implementation

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