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