ValidationError extension type
A validation error with detailed information about the location of the error.
Constructors
-
ValidationError.new(ValidationErrorType error, {List<
String> ? path, String? details}) -
factory
-
ValidationError.fromMap(Map<
String, Object?> _value)
Properties
Methods
-
toErrorString(
) → String