prefix property

String prefix

Implementation

_i2.String get prefix => _i4.getProperty(
      this,
      'prefix',
    );
void prefix=(String value)

Implementation

set prefix(_i2.String value) {
  _i4.setProperty(
    this,
    'prefix',
    value,
  );
}