UnderflowError constructor

UnderflowError([dynamic message ])

The message describes the underflow.

Implementation

UnderflowError([this.message]);