LengthError constructor

const LengthError(
  1. String message
)

Creates a LengthError with the given message.

Implementation

const LengthError(super.message);