CacheInvalidationRule.fromJson constructor
CacheInvalidationRule.fromJson(
- Map json_
Implementation
CacheInvalidationRule.fromJson(core.Map json_)
: this(
host: json_['host'] as core.String?,
path: json_['path'] as core.String?,
);