authorVisible property

bool get authorVisible

Implementation

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

Implementation

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