values constant

List<PlatformType> const values

Implementation

static const $core.List<PlatformType> values = <PlatformType> [
  PLATFORM_NOT_SPECIFIED,
  PLATFORM_WEB,
  PLATFORM_ANDROID,
  PLATFORM_IOS,
  PLATFORM_MACOS,
  PLATFORM_LINUX,
  PLATFORM_WINDOWS,
  PLATFORM_BACKEND,
];