isBlockingMe property Null safety

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

True if this member has blocked current user, otherwise false

Implementation

@JsonKey(defaultValue: false)
bool isBlockingMe;