tagLength property

int tagLength

Implementation

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

Implementation

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