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