Geolayerdata constructor
Geolayerdata({
- GeolayerdataCommon? common,
- GeolayerdataGeo? geo,
- String? kind,
Implementation
Geolayerdata({
this.common,
this.geo,
this.kind,
});