OSBlocBaseState<T> constructor
const
OSBlocBaseState<T> ({})
Implementation
const OSBlocBaseState(
{this.datas = const [],
this.isLoading = false,
this.isError = false,
this.reachMax = false,
this.errorMessage = "",
this.data,
this.currentPage = 1});