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