viewId property

String get viewId

The identifier of a view for which progress should be shown.

Implementation

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

Implementation

set viewId(_i2.String value) {
  _i5.setProperty(
    this,
    'viewId',
    value,
  );
}