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