toJson method

Map<String, dynamic> toJson()

Implementation

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