PlusCodeModel constructor

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

Implementation

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