toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (familyRole != null) 'familyRole': familyRole!,
if (isSharingAllowed != null) 'isSharingAllowed': isSharingAllowed!,
if (isSharingDisabledByFop != null)
'isSharingDisabledByFop': isSharingDisabledByFop!,
};