source property

String get source

A human-readable string describing the source of this shell task, e.g. 'gulp' or 'npm'. Supports rendering of {@link ThemeIcon theme icons} via the $(<name>)-syntax.

Implementation

_i2.String get source => _i5.getProperty(
      this,
      'source',
    );
set source (String value)

Implementation

set source(_i2.String value) {
  _i5.setProperty(
    this,
    'source',
    value,
  );
}