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