toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (content != null) 'content': content!,
if (gcsContentUri != null) 'gcsContentUri': gcsContentUri!,
if (languageCode != null) 'languageCode': languageCode!,
if (type != null) 'type': type!,
};