hiddenFromPublishing property

bool get hiddenFromPublishing

Implementation

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

Implementation

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