ValidationException constructor
ValidationException({
- bool silent = false,
- List<
String> messages = const [], - DioException? exception,
Creates a new instance of ValidationException.
Implementation
ValidationException({
super.silent,
super.messages,
super.exception,
});