DataResponse constructor

const DataResponse({
  1. Object? body,
  2. required int statusCode,
  3. Map<String, String> headers = const {},
})

Implementation

const DataResponse(
    {this.body, required this.statusCode, this.headers = const {}});