FeedSearchPostsV2Sort.unknown constructor

const FeedSearchPostsV2Sort.unknown({
  1. required String data,
})

Implementation

const factory FeedSearchPostsV2Sort.unknown({required String data}) =
    FeedSearchPostsV2SortUnknown;