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