Call constructor

const Call(
  1. String importUri,
  2. String clsName,
  3. String methodName, {
  4. bool isRegex,
  5. bool excludeCoreLib,
})

Call grammar default constructor.

Implementation

const factory Call(String importUri, String clsName, String methodName,
    {bool isRegex, bool excludeCoreLib}) = Call._;