BaseState constructor

BaseState({
  1. PageState? pageState = PageState.noMoreDataState,
  2. HttpException? baseError,
  3. String? msg,
})

Implementation

BaseState(
    {this.pageState = PageState.noMoreDataState, this.baseError, this.msg});