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