RuntimeError constructor

RuntimeError(
  1. Object? message
)

Create a new RuntimeError with the given message.

Implementation

RuntimeError(this.message);