configurationState property

UICellConfigurationState get configurationState

configurationState

Implementation

UICellConfigurationState get configurationState {
objc.checkOsVersionInternal('UITableViewCell.configurationState', iOS: (false, (14, 0, 0)));
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_configurationState);
  return UICellConfigurationState.castFromPointer(_ret, retain: true, release: true);
}