CacheBehaviors constructor

CacheBehaviors({
  1. required int quantity,
  2. List<CacheBehavior>? items,
})

Implementation

CacheBehaviors({
  required this.quantity,
  this.items,
});