minLength property

  1. @BuiltValueField.new(wireName: r'MinLength')
int? get minLength

Minimum length of an entered string, or minimum number of entries that can be selected in a menu.

Implementation

@BuiltValueField(wireName: r'MinLength')
int? get minLength;