formatWidth property

int get formatWidth

Implementation

int get formatWidth {
  return _lib._objc_msgSend_10(_id, _lib._sel_formatWidth1);
}
set formatWidth (int value)

Implementation

set formatWidth(int value) {
  return _lib._objc_msgSend_515(_id, _lib._sel_setFormatWidth_1, value);
}