BaseResp<T> constructor
BaseResp<T> (
- bool isSuccess, {
- T? data,
- CstException? error,
Implementation
BaseResp(this.isSuccess, {this.data, this.error});