Response<T> constructor
const
Response<T> ({})
Implementation
const Response({
this.data,
this.result,
this.message = '',
this.error = '',
this.isCancel = false,
this.isLoading = false,
this.isSuccessful = false,
this.isFailed = false,
this.snapshot,
this.status = Status.noContent,
this.tag = "",
});