vendor property

String get vendor

The computer vendor that the Deno CLI was built for.

Implementation

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

Implementation

set vendor(_i2.String value) {
  _i3.setProperty(
    this,
    'vendor',
    value,
  );
}