errors property

List<String> get errors

Gets a read-only view of errors

Implementation

List<String> get errors => List.unmodifiable(_errors);