toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final headerSet = this.headerSet;
final hosts = this.hosts;
final paths = this.paths;
final resources = this.resources;
return {
'headerSet': ?headerSet,
'hosts': ?hosts,
'paths': ?paths,
'resources': ?resources,
};
}