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