WrongListStateException constructor
const
WrongListStateException([
- String? message
Creates a new WrongListStateException with an optional
message.
Implementation
const WrongListStateException([this.message]);