Unreachable constructor

Unreachable([
  1. String msg = "This code should be unreachable."
])

Implementation

Unreachable([String msg = "This code should be unreachable."]) : super(msg);