Unique<T> constructor

const Unique<T>(
  1. ExistsPredicate<T> existsPredicate
)

Implementation

const Unique(this.existsPredicate);