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