sortText property

String? get sortText

A string that should be used when comparing this item with other items. When falsy the {@link TestItem.label label} is used.

Implementation

_i2.String? get sortText => _i5.getProperty(
      this,
      'sortText',
    );
set sortText (String? value)

Implementation

set sortText(_i2.String? value) {
  _i5.setProperty(
    this,
    'sortText',
    value ?? _i6.undefined,
  );
}