toJson method

Map<String, dynamic> toJson()

Implementation

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