toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (socialDescription != null) 'socialDescription': socialDescription!,
if (socialImageLink != null) 'socialImageLink': socialImageLink!,
if (socialTitle != null) 'socialTitle': socialTitle!,
};