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