maxLength property

int? maxLength
final

Maximum string length.

Optional. Omitted and null are equivalent and mean there is no maximum length constraint.

Implementation

final int? maxLength;