prefix property

String? prefix

Define a prefix.

@default ""

Implementation

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

Implementation

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