hangingList property

bool get hangingList

Implementation

_i2.bool get hangingList => _i5.getProperty(
      this,
      'hangingList',
    );
set hangingList (bool value)

Implementation

set hangingList(_i2.bool value) {
  _i5.setProperty(
    this,
    'hangingList',
    value,
  );
}