Whether this ID represents a valid api.Span.
bool get isValid => _id.isEmpty || !_id.every((i) => i == 0);