ErrorResponseSchema constructor

ErrorResponseSchema({
  1. required ErrorSchema error,
})

Returns a new ErrorResponseSchema instance.

Implementation

ErrorResponseSchema({
  required this.error,
});