setupOptions property

setupOptions

Implementation

ASPickerDisplayItemSetupOptions get setupOptions {
  final _ret = _objc_msgSend_1rm3xop(this.ref.pointer, _sel_setupOptions);
  return ASPickerDisplayItemSetupOptions.fromValue(_ret);
}
set setupOptions (ASPickerDisplayItemSetupOptions value)

setSetupOptions:

Implementation

set setupOptions(ASPickerDisplayItemSetupOptions value) {
  return _objc_msgSend_rj2bcl(this.ref.pointer, _sel_setSetupOptions_, value.value);
}