call abstract method

$R call({
  1. String? reference,
  2. ClayEnvironment? environment,
  3. List<String>? ignore,
  4. List<Replacement>? replacements,
  5. List<LineDeletion>? lineDeletions,
  6. String? target,
})

Implementation

$R call({
  String? reference,
  ClayEnvironment? environment,
  List<String>? ignore,
  List<Replacement>? replacements,
  List<LineDeletion>? lineDeletions,
  String? target,
});