symbol property

int? symbol

Implementation

int? get symbol {
    return _symbol - _name.length - 1; // start of tag
}