endTagSize property

int endTagSize

size of the corresponding end-tag. is equal to this.size if isStart is false

Implementation

int get endTagSize => name.length + 3;