ErrorResponseSchema constructor
ErrorResponseSchema({
- required ErrorSchema error,
Returns a new ErrorResponseSchema instance.
Implementation
ErrorResponseSchema({
required this.error,
});
Returns a new ErrorResponseSchema instance.
ErrorResponseSchema({
required this.error,
});