shapes property

NSArray get shapes

An array of shapes forming the shape collection.

Implementation

objc.NSArray get shapes {
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_shapes);
  return objc.NSArray.castFromPointer(_ret, retain: true, release: true);
}