ContextRule constructor

ContextRule({
  1. String selector = '',
  2. List<String> requested = const [],
  3. List<String> provided = const [],
  4. List<String> allowedRequestExtensions = const [],
  5. List<String> allowedResponseExtensions = const [],
})

Implementation

ContextRule({
  this.selector = '',
  this.requested = const [],
  this.provided = const [],
  this.allowedRequestExtensions = const [],
  this.allowedResponseExtensions = const [],
}) : super(fullyQualifiedName);