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