EmailAccountRequestTooManyAttemptsException.fromJson constructor

EmailAccountRequestTooManyAttemptsException.fromJson(
  1. Map<String, dynamic> jsonSerialization
)

Implementation

factory EmailAccountRequestTooManyAttemptsException.fromJson(
    Map<String, dynamic> jsonSerialization) {
  return EmailAccountRequestTooManyAttemptsException();
}