fromJson method

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

Implementation

@override
FeedViewPost fromJson(Map<String, dynamic> json) {
  return FeedViewPost.fromJson(translate(json, FeedViewPost.knownProps));
}