addDiagnostic method

void addDiagnostic(
  1. String info
)

Implementation

void addDiagnostic(String info) => infos.add(info);