errors property

Map<String, String?>? errors
final

Sets errors in fields as a Map, where key is the name of the field and value is the text of the error message.

Can be null if there are no errors.

Implementation

final Map<String, String?>? errors;