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