toJson method

Map<String, dynamic> toJson()

Implementation

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