menu
angel3_validate package
documentation
server.dart
ValidationException
errors property
errors property
dark_mode
light_mode
errors
property
List
<
String
>
errors
final
inherited
A list of errors that occurred when this exception was thrown.
Implementation
final List<String> errors = [];
angel3_validate package
documentation
server
ValidationException
errors property
ValidationException class