RuntimeError constructor

RuntimeError([
  1. String? message,
  2. ErrorOptions? options
])

Implementation

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