isBlockedByMe property

  1. @JsonKey(defaultValue: false)
bool isBlockedByMe
getter/setter pair

True if current user has blocked this member, otherwise false

Implementation

@JsonKey(defaultValue: false)
bool isBlockedByMe;