toJson method

Map<String, dynamic> toJson()

Implementation

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