values constant

List<ConnectPlatform> const values

Implementation

static const $core.List<ConnectPlatform> values = <ConnectPlatform>[
  CONNECT_PLATFORM_UNSPECIFIED,
  CONNECT_PLATFORM_MACOS,
  CONNECT_PLATFORM_IOS,
  CONNECT_PLATFORM_IPADOS,
  CONNECT_PLATFORM_ANDROID,
  CONNECT_PLATFORM_REACT_NATIVE,
  CONNECT_PLATFORM_FLUTTER,
  CONNECT_PLATFORM_WEB,
  CONNECT_PLATFORM_WINDOWS,
];