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