errors property
Holds the errors of the validation in case of schema validation.
Implementation
@override
Map<String, List<String>>? get errors => null;
Holds the errors of the validation in case of schema validation.
@override
Map<String, List<String>>? get errors => null;