toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (filePath != null) 'filePath': filePath!,
if (gcsTimestamps != null) 'gcsTimestamps': gcsTimestamps!,
if (sizeBytes != null) 'sizeBytes': sizeBytes!,
};