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