IllegalShapeSizeException constructor
const
IllegalShapeSizeException([
- String? message
Creates a IllegalShapeSizeException with the provided message
.
Implementation
const IllegalShapeSizeException([this.message]);