LengthRequiredException constructor

LengthRequiredException(
  1. String message, {
  2. Status? status,
})

Implementation

LengthRequiredException(super.message, {super.status})
  : super(statusCode: 411);