ApiResponse constructor
const
ApiResponse({})
Creates an ApiResponse.
Implementation
const ApiResponse({
required this.statusCode,
required this.rawBody,
required this.data,
required this.isSuccess,
required this.headers,
this.errorMessage,
this.exception,
});