backgroundStyleId property

String get backgroundStyleId

Implementation

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

Implementation

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