attributes property

int get attributes

This action's style.

Implementation

int get attributes {
  final _$$ref = object$.ref;
  objc.checkOsVersionInternal('UIAction.attributes', iOS: (false, (13, 0, 0)));
  return _objc_msgSend_kzdfm1(_$$ref.pointer, _sel_attributes);
}
set attributes (int value)

This action's style.

Implementation

set attributes(int value) {
  final _$$ref = object$.ref;
  objc.checkOsVersionInternal('UIAction.setAttributes:', iOS: (false, (13, 0, 0)));
  _objc_msgSend_18kcki9(_$$ref.pointer, _sel_setAttributes_, value);
}