UnderflowError constructor

UnderflowError([
  1. String? message
])

The message describes the underflow.

Implementation

UnderflowError([this.message]);