suffix property

String? get suffix

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

Implementation

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

Implementation

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