IllegalStateException constructor

IllegalStateException({
  1. required String message,
})

Implementation

IllegalStateException({
  required this.message,
});