StateError constructor

StateError(
  1. String message, {
  2. Object? cause,
})

Implementation

StateError(super.message, {super.cause});