state property Null safety

  1. @JsonKey(defaultValue: MemberState.none, unknownEnumValue: MemberState.none)
MemberState state
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;