state property Null safety
- @JsonKey(defaultValue: MemberState.none, unknownEnumValue: MemberState.none)
read / write
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;