toJson method

Map<String, dynamic> toJson()

Implementation

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