toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (contentDataRef != null) 'contentDataRef': contentDataRef!,
if (contentFormat != null) 'contentFormat': contentFormat!,
if (hash != null) 'hash': hash!,
if (inlineContent != null) 'inlineContent': inlineContent!,
};