errors property

Map<String, String?> get errors

Get all errors.

Implementation

Map<String, String?> get errors => Map.unmodifiable(_errors);