charLength property

int charLength

Implementation

int get charLength => js_util.getProperty(this, 'charLength');
void charLength=(int newValue)

Implementation

set charLength(int newValue) {
  js_util.setProperty(this, 'charLength', newValue);
}