prefix property

String? get prefix

String that should precede the random portion of the temporary directory's name.

Implementation

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

Implementation

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