authenticationAttemptToJson function
Parse AuthenticationAttempt to json
Implementation
String authenticationAttemptToJson(AuthenticationAttempt data) =>
json.encode(data.toJson());
Parse AuthenticationAttempt to json
String authenticationAttemptToJson(AuthenticationAttempt data) =>
json.encode(data.toJson());