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