currentVendor top-level property

Vendor? currentVendor

The current CI Vendor or null if no CI vendor detected (e.g. not running on CI).

Implementation

Vendor? get currentVendor {
  return Vendor.current;
}