errors property

  1. @override
Map<String, List<String>>? get errors
override

Holds the errors of the validation in case of schema validation.

Implementation

@override
Map<String, List<String>>? get errors => null;
set errors (Map<String, dynamic>? _errors)
inherited

Holds the errors of the validation in case of schema validation.

Implementation

Map<String, dynamic>? errors;