CubitErrorState constructor
CubitErrorState(
- dynamic error, [
- StackTrace? trace
Implementation
CubitErrorState(this.error, [this.trace]) {
recordError();
}
CubitErrorState(this.error, [this.trace]) {
recordError();
}