toJson method

Map<String, dynamic> toJson()

Implementation

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