values constant

List<Platform> const values

Implementation

static const $core.List<Platform> values = <Platform> [
  INVALID_PLATFORM,
  IOS,
  ANDROID,
  WEB,
  MACOS,
  LINUX,
  WINDOWS,
];