USearchPostsSort.knownValue constructor

const USearchPostsSort.knownValue({
  1. required KnownSearchPostsSort data,
})

Implementation

const factory USearchPostsSort.knownValue({
  required KnownSearchPostsSort data,
}) = USearchPostsSortKnownValue;