values constant

List<SupportedPlatform> const values

Implementation

static const $core.List<SupportedPlatform> values = <SupportedPlatform>[
  PLATFORM_UNDEFINED,
  ANDROID,
  IOS,
  WEB,
];