isBlockedByMe property Null safety
- @JsonKey(defaultValue: false)
read / write
True if current user has blocked this member, otherwise false
Implementation
@JsonKey(defaultValue: false)
bool isBlockedByMe;
True if current user has blocked this member, otherwise false
@JsonKey(defaultValue: false)
bool isBlockedByMe;