uniqueItems property
bool
get
uniqueItems
Whether the items in the list must be unique.
Spec: https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.13
Implementation
bool get uniqueItems => _uniqueItems;