componentId property

String get componentId

Implementation

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

Implementation

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