UnboundedError constructor
UnboundedError({
- required String message,
Creates a new instance of UnboundedError with the given message
.
The message
parameter is required and should not be null.
Implementation
UnboundedError({required this.message});