ApiResponse constructor
ApiResponse({})
Implementation
ApiResponse({
required this.responseStatusCode,
required this.responseStatusMessage,
this.responseBody = const {},
this.responseHeaders = const {},
});
ApiResponse({
required this.responseStatusCode,
required this.responseStatusMessage,
this.responseBody = const {},
this.responseHeaders = const {},
});