DistinctProperty constructor

const DistinctProperty({
  1. required String property,
  2. bool? caseSensitive,
})

Create a distinct property.

Implementation

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