problems property

List<String> problems
final

List of problems with the localeId the parser tried to parse.

An empty list indicates problem-free parsing.

Implementation

final List<String> problems = <String>[];