InvalidElementStateException constructor

const InvalidElementStateException(
  1. int? statusCode,
  2. String? message
)

Implementation

const InvalidElementStateException(super.statusCode, super.message);