STATE_INITIAL constant
State
const STATE_INITIAL
A newly created key is in the initial state and published to the public key endpoint.
Implementation
static const State STATE_INITIAL =
State._(1, _omitEnumNames ? '' : 'STATE_INITIAL');