toJson method

Map<String, dynamic> toJson()

Implementation

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