menu
Dart
dart:html
InputElement
minLength property
minLength
brightness_4
brightness_5
description
minLength
property
int
?
minLength
Implementation
int? get minLength native;
void
minLength=
(
int
?
value
)
Implementation
set minLength(int? value) native;
Dart
dart:html
InputElement
minLength property
InputElement class