The fields arguments is the list of sorting criteria.
fields
Example:
Sort(['-created', 'title']);
Sort([Iterable<String> fields = const []]) { _.addAll(fields.map((SortField.parse))); }