toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (friendsListVisibility != null)
'friendsListVisibility': friendsListVisibility!,
if (kind != null) 'kind': kind!,
if (profileVisible != null) 'profileVisible': profileVisible!,
};