warnings property

List<String> warnings
final

Non-fatal registration problems (invalid regex, unreachable scope), collected instead of logged (omp logs warnings; pure Dart collects).

Implementation

final warnings = <String>[];