FeedSearchPostsV2Sort.knownValue constructor

const FeedSearchPostsV2Sort.knownValue({
  1. required KnownFeedSearchPostsV2Sort data,
})

Implementation

const factory FeedSearchPostsV2Sort.knownValue({
  required KnownFeedSearchPostsV2Sort data,
}) = FeedSearchPostsV2SortKnownValue;