InspectStateError constructor

*<Null safety>*

InspectStateError(String message)

Implementation

InspectStateError(String message) : super(message);