InvalidStateException constructor

const InvalidStateException({
  1. String? message,
  2. Object? innerException,
})

Implementation

const InvalidStateException({
  this.message,
  this.innerException,
});