diff --git a/lib/logic/models/sort.dart b/lib/logic/models/sort.dart index f9ed7a35f..e11f23c15 100644 --- a/lib/logic/models/sort.dart +++ b/lib/logic/models/sort.dart @@ -11,7 +11,7 @@ enum SortOrder { } /// Interface for other sort feature enums. -abstract class SortFeature { +abstract interface class SortFeature { /// Returns sort feature values for a given content. static List> getValuesForContent(ContentType contentType) { switch (contentType as ContentType) {