BaseResponse<T> constructor
BaseResponse<T> ({})
Implementation
BaseResponse({
this.data,
this.error,
this.isSuccess,
this.statusCode,
this.success,
this.timestamp,
this.errorMessage,
this.error_msg,
this.requestId,
});