SnapshotSortingEntity constructor

SnapshotSortingEntity({
  1. required SnapshotAttributeToSortBy attribute,
  2. SortByOrder? sortOrder,
})

Implementation

SnapshotSortingEntity({
  required this.attribute,
  this.sortOrder,
});