minLength property - TextAreaElement class - dart:html library (original) (raw)

description

int getminLength

Implementation

int get minLength native;

setminLength (int value)

Implementation

set minLength(int value) native;