toJson method

  1. @override
Object toJson()

Implementation

@override
Object toJson() => {
  if (cacheTags.isNotDefault) 'cacheTags': cacheTags,
  'host': ?host,
  'path': ?path,
};