errors property
A map of field-specific error messages, keyed by field name.
Each entry maps a field name to its error message, if any. These errors are automatically assigned to the corresponding JsonField instances during fromJson. Used for validation errors from server responses.
Implementation
Map<String, String?> errors = {};