LoLengthValidator.max constructor

LoLengthValidator.max(
  1. int? max, [
  2. String? message
])

Implementation

LoLengthValidator.max(
  this.max, [
  String? message,
])  : message = message ?? 'Must be $max or less characters',
      min = null;