values constant Null safety

List<ClientMode> const values

Implementation

static const $core.List<ClientMode> values = <ClientMode> [
  ENDPOINT_BETA,
  ENDPOINT_DEV,
  ENDPOINT_LOCAL,
];