maxLength property

  1. @override
int? maxLength
override

Specifies the maximum length of a string.

Only applicable for associated string types.

Implementation

@override
int? get maxLength => dataSchema?.maxLength;