toJson method

Map<String, dynamic> toJson()

Implementation

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