fromJson method

  1. @override
RevokeAccountCredentialsEvent fromJson(
  1. Map<String, dynamic> json
)

Implementation

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