RuntimeError constructor
RuntimeError([
- String? message,
- ErrorOptions? options
Implementation
factory RuntimeError([
_i2.String? message,
_i5.ErrorOptions? options,
]) =>
_i6.callConstructor(
_declaredRuntimeError,
[
message ?? _i7.undefined,
options ?? _i7.undefined,
],
);