Error constructor
const
Error({
- required ApiErrorCode code,
- required String message,
- List<
ValidationErrorItem> ? errors,
Implementation
const Error({required this.code, required this.message, this.errors});