toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final joinedDirectHumanUserCount = this.joinedDirectHumanUserCount;
final joinedGroupCount = this.joinedGroupCount;
return {
'joinedDirectHumanUserCount': ?joinedDirectHumanUserCount,
'joinedGroupCount': ?joinedGroupCount,
};
}