STATE_ACTIVE constant
State
const STATE_ACTIVE
The active key is used to sign tokens. Only one key can be active at a time.
Implementation
static const State STATE_ACTIVE =
State._(2, _omitEnumNames ? '' : 'STATE_ACTIVE');