errors property Null safety
final
A list of errors that occurred when this exception was thrown.
Implementation
final List<String> errors = [];
A list of errors that occurred when this exception was thrown.
final List<String> errors = [];