isPublic property

  1. @JsonKey(name: 'isPublic')
bool? isPublic
getter/setter pair

If True, this is a public user membership.

Implementation

@JsonKey(name:'isPublic')
bool? isPublic;