joinedMemberCount property Null safety

int joinedMemberCount

Implementation

int get joinedMemberCount => data['joined_member_count'] ?? 0;