LogicException constructor

LogicException([
  1. dynamic message
])

Implementation

LogicException([message]) : super(message);