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