property property

String property

Implementation

_i2.String get property => _i6.getProperty(
      this,
      'property',
    );
void property=(String value)

Implementation

set property(_i2.String value) {
  _i6.setProperty(
    this,
    'property',
    value,
  );
}