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