ggVal property

Geography? get ggVal

Implementation

Geography? get ggVal => this._ggVal;
set ggVal (Geography? ggVal)

Implementation

set ggVal(Geography? ggVal) {
  this._ggVal = ggVal;
}