FeedViewPost.fromJson constructor

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

Implementation

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