GlobalQuantifyCapability constructor

const GlobalQuantifyCapability(
  1. String classNamePattern,
  2. Reflectable reflector
)

Implementation

const GlobalQuantifyCapability(this.classNamePattern, Reflectable reflector)
    : super(reflector);