TooManyCacheBehaviors constructor

TooManyCacheBehaviors({
  1. String? type,
  2. String? message,
})

Implementation

TooManyCacheBehaviors({String? type, String? message})
    : super(type: type, code: 'TooManyCacheBehaviors', message: message);