toJson method

Map<String, dynamic> toJson()

Implementation

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