UnderflowError constructor

const UnderflowError(
  1. String message
)

Creates an UnderflowError with the given message.

Implementation

const UnderflowError(super.message);