Whether the tab is pinned.
bool get pinned => _wrapped.pinned;
set pinned(bool v) { _wrapped.pinned = v; }