toJson method

Map<String, dynamic> toJson()

Implementation

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