isBlockingMe property

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

True if this member has blocked current user, otherwise false

Implementation

@JsonKey(defaultValue: false)
bool isBlockingMe;