matchesParametersTypes method

bool matchesParametersTypes(
  1. ASTFunctionSignature signature,
  2. bool exactTypes
)

Implementation

bool matchesParametersTypes(
        ASTFunctionSignature signature, bool exactTypes) =>
    _parameters.matchesParametersTypes(signature, exactTypes);