response property Null safety

  1. @override
Response response
override

Implementation

@override
Response get response {
  return Response.badRequest(
    body: {"error": "entity validation failed", "reasons": reasons},
  );
}