isBlockedByMe property Null safety

  1. @JsonKey(defaultValue: false)
bool isBlockedByMe
read / write

True if current user has blocked this member, otherwise false

Implementation

@JsonKey(defaultValue: false)
bool isBlockedByMe;