inactive constant

  1. @BuiltValueEnumConst(wireName: r'inactive')
IdentityState const inactive

The state can either be active or inactive.

Implementation

@BuiltValueEnumConst(wireName: r'inactive')
static const IdentityState inactive = _$inactive;