maxLength property - TextInputElementBase class - dart:html library (original) (raw)

description

int? getmaxLength

Implementation

int? get maxLength;

setmaxLength (int? value)

Implementation

set maxLength(int? value);