OutOfRange constructor

const OutOfRange(
  1. String message
)

Creates an OutOfRange error with the given message.

Implementation

const OutOfRange(super.message);