FeedSearchPostsInput.fromJson constructor

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

Implementation

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