SuperclassQuantifyCapability constructor

const SuperclassQuantifyCapability(
  1. Type upperBound, {
  2. bool excludeUpperBound = false,
})

Implementation

const SuperclassQuantifyCapability(
  this.upperBound, {
  this.excludeUpperBound = false,
});