state property

  1. @BuiltValueField(wireName: r'state')
CreateIdentityBodyStateEnum? state

State is the identity's state. active StateActive inactive StateInactive

Implementation

@BuiltValueField(wireName: r'state')
CreateIdentityBodyStateEnum? get state;