ErrorState constructor

ErrorState({
  1. required Error error,
})

Implementation

ErrorState({required Error error}) : super(error);