FeedSearchPostsOutput.fromJson constructor

FeedSearchPostsOutput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory FeedSearchPostsOutput.fromJson(Map<String, Object?> json) =>
    _$FeedSearchPostsOutputFromJson(json);