isGeoRectValid property

bool get isGeoRectValid

Implementation

bool get isGeoRectValid {
  var _a0 = this._copyFromDartTo_CGeoRect();
  bool res = _CFunction_G_isGeoRectValid_With_CGeoRect(_a0);
  return res;
}