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