SnapshotSortingEntity constructor
SnapshotSortingEntity({
- required SnapshotAttributeToSortBy attribute,
- SortByOrder? sortOrder,
Implementation
SnapshotSortingEntity({
required this.attribute,
this.sortOrder,
});