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