componentKey property

String get componentKey

Implementation

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

Implementation

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