static Sort fromUri(Uri uri) => Sort( (uri.queryParametersAll['sort']?.expand((it) => it.split(',')) ?? []));