contours property

List<List<GeoPoint>> get contours

Implementation

List<List<GeoPoint>> get contours {
  _CArray_CArray_CGeoPoint res = _CPolygonGeometry_contours(_CPolygonGeometryMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}