hiddenFromPublishing property
bool
get
hiddenFromPublishing
Implementation
_i2.bool get hiddenFromPublishing => _i5.getProperty(
this,
'hiddenFromPublishing',
);
set
hiddenFromPublishing
( )
Implementation
set hiddenFromPublishing(_i2.bool value) {
_i5.setProperty(
this,
'hiddenFromPublishing',
value,
);
}