toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (description != null) 'description': description!,
if (fileContents != null) 'fileContents': fileContents!,
if (gcsPath != null) 'gcsPath': gcsPath!,
};