showingDeleteConfirmation property

bool get showingDeleteConfirmation

showingDeleteConfirmation

Implementation

bool get showingDeleteConfirmation {
objc.checkOsVersionInternal('UITableViewCell.showingDeleteConfirmation', iOS: (false, (2, 0, 0)));
  return _objc_msgSend_91o635(this.ref.pointer, _sel_showingDeleteConfirmation);

}