RException constructor

const RException(
  1. String? message
)

Represents a range exception.

Implementation

const RException(this.message);