asGeoPoint property

GeoPoint? get asGeoPoint

Implementation

GeoPoint? get asGeoPoint => this.isGeoPoint ? this._value as GeoPoint : null;