IS_APPVEYOR property

bool IS_APPVEYOR

Returns true if AppVeyor is the current CI vendor.

Implementation

static bool get IS_APPVEYOR {
  return Platform.environment.containsKey('APPVEYOR');
}