SortProperty constructor

const SortProperty({
  1. required String property,
  2. required Sort sort,
})

Create a sort property.

Implementation

const SortProperty({required this.property, required this.sort});