values constant
Implementation
static const $core.List<UrpDeviceState> values = <UrpDeviceState> [
urpStateBoot,
urpStateInit,
urpStateBleSearching,
urpStateBleConnected,
urpStatePrimed,
urpStateMeasuring,
urpStateSuccess,
urpStateFailure,
urpStateDfuPrepare,
urpStateDfuUpdate,
urpStateSleep,
urpStateOff,
urpStateError,
urpStateCharging,
urpStateCharged,
urpStateEmpty,
urpStateIdentify,
];