WrongListStateException constructor

const WrongListStateException([
  1. String? message
])

Creates a new WrongListStateException with an optional message.

Implementation

const WrongListStateException([this.message]);