AutoContentErrorState<T> constructor

AutoContentErrorState<T>(
  1. dynamic error, [
  2. StackTrace? trace
])

Implementation

AutoContentErrorState(super.error, [super.trace]);