LoadingState constructor

LoadingState(
  1. bool loading,
  2. String? error
)

Implementation

LoadingState(this.loading, this.error);