lock property

ISet<T?> lock

Implementation

ISet<T?> get lock => _iSet ?? ISet<T?>(_set);