active constant
The state can either be active
or inactive
.
Implementation
@BuiltValueEnumConst(wireName: r'active')
static const IdentityState active = _$active;
The state can either be active
or inactive
.
@BuiltValueEnumConst(wireName: r'active')
static const IdentityState active = _$active;