RangeError constructor

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

Implementation

factory RangeError([
  _i2.String? message,
  _i12.ErrorOptions? options,
]) =>
    _i6.callConstructor(
      _declaredRangeError,
      [
        message ?? _i5.undefined,
        options ?? _i5.undefined,
      ],
    );