Geolayerdata constructor

Geolayerdata({
  1. GeolayerdataCommon? common,
  2. GeolayerdataGeo? geo,
  3. String? kind,
})

Implementation

Geolayerdata({
  this.common,
  this.geo,
  this.kind,
});