UnderflowError constructor
UnderflowError([
- String? message
The message
describes the underflow.
Implementation
UnderflowError([this.message]);
The message
describes the underflow.
UnderflowError([this.message]);