toJson method

Map<String, dynamic> toJson()

Implementation

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