FeedViewPost.fromJson constructor

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

Implementation

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