core.Map<core.String, core.dynamic> toJson() { final fileLabels = this.fileLabels; final properties = this.properties; return {'fileLabels': ?fileLabels, 'properties': ?properties}; }