Flutter
quiver.async
UnderflowError
UnderflowError constructor
UnderflowError
UnderflowError class
Constructors
UnderflowError
Properties
message
hashCode
runtimeType
stackTrace
Methods
toString
noSuchMethod
Operators
operator ==
UnderflowError constructor
UnderflowError
(
[
dynamic
message
])
The
message
describes the underflow.
Implementation
UnderflowError([this.message]);