DistinctProperty constructor

const DistinctProperty({
  1. required int property,
  2. bool caseSensitive = true,
})

Create a distinct property.

Implementation

const DistinctProperty({required this.property, this.caseSensitive = true});