CacheBehaviors constructor
CacheBehaviors({
- required int quantity,
- List<
CacheBehavior> ? items,
Implementation
CacheBehaviors({
required this.quantity,
this.items,
});