charLength property
int
get
charLength
Implementation
int get charLength => js_util.getProperty(this, 'charLength');
set
charLength
(int newValue)
Implementation
set charLength(int newValue) {
js_util.setProperty(this, 'charLength', newValue);
}