lineDasharray property
NSExpression
get
lineDasharray
lineDasharray
Implementation
NSExpression get lineDasharray {
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_lineDasharray);
return NSExpression.castFromPointer(_ret, retain: true, release: true);
}
set
lineDasharray
(NSExpression value)
setLineDasharray:
Implementation
set lineDasharray(NSExpression value) {
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_setLineDasharray_, value.ref.pointer);
}