RuntimeError constructor
RuntimeError(
- Object? message
Create a new RuntimeError with the given message
.
Implementation
RuntimeError(this.message);
Create a new RuntimeError with the given message
.
RuntimeError(this.message);