state property
- @JsonKey.new(defaultValue: MemberState.none, unknownEnumValue: MemberState.none)
getter/setter pair
The state for invitation. The values of the property are invited and joined.
The invited means that the user doesn't accept the invitation yet and the
joined means that the user accepted the invitation manually or automatically
Implementation
@JsonKey(defaultValue: MemberState.none, unknownEnumValue: MemberState.none)
MemberState state;