errors property

List<String> errors

A list of errors that resulted in the given data being marked invalid.

This is empty if validation was successful.

Implementation

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