response property

Response response

Implementation

Response get response => Response(
      statusCode,
      body: responseBody,
      headers: {
        'content-Type': 'application/json',
      },
    );