values constant Null safety

List<CatchUpStatus> const values

Implementation

static const $core.List<CatchUpStatus> values = <CatchUpStatus> [
  CUS_UNDEFINED,
  IN_PROGRESS,
  FINALIZING,
  COMPLETED,
];