BaseRefreshApi<T>.empty constructor
BaseRefreshApi<T>.empty (
- dynamic path, {
- IsEmptyList<
T> ? isEmptyList, - required String? listKey,
- dynamic param,
- Map<
String, dynamic> ? queryParameters, - Options? opt,
- bool isDebug = true,
- CancelToken? cancelToken,
- String method = 'POST',
- bool showToast = true,
- bool encrypt = false,
- bool showLoading = true,
- bool dismissLoading = true,
- required TransformJson<
T> ? serializer,
Implementation
BaseRefreshApi.empty(super.path,
{this.isEmptyList,
required this.listKey,
super.param,
super.queryParameters,
super.opt,
super.isDebug,
super.cancelToken,
super.method,
super.showToast,
super.encrypt,
super.showLoading,
super.dismissLoading,
required super.serializer})
: super();