CacheBehaviorPerPath constructor
CacheBehaviorPerPath({
- BehaviorEnum? behavior,
- String? path,
Implementation
CacheBehaviorPerPath({
this.behavior,
this.path,
});
CacheBehaviorPerPath({
this.behavior,
this.path,
});