values constant Null safety

List<ParticipantInfo_State> const values

Implementation

static const $core.List<ParticipantInfo_State> values = <ParticipantInfo_State>[
  JOINING,
  JOINED,
  ACTIVE,
  DISCONNECTED,
];