IS_SEMAPHORE property

bool IS_SEMAPHORE

Returns true if Semaphore is the current CI vendor.

Implementation

static bool get IS_SEMAPHORE {
  return Platform.environment.containsKey('SEMAPHORE');
}