GenericParamConstraint constructor

GenericParamConstraint(
  1. Scope scope,
  2. int token,
  3. int _parentToken,
  4. int _constraintType,
)

Implementation

GenericParamConstraint(
    super.scope, super.token, this._parentToken, this._constraintType);