authenticationAttemptFromJson function
Parse json to AuthenticationAttempt
Implementation
AuthenticationAttempt authenticationAttemptFromJson(String str) =>
AuthenticationAttempt.fromJson(json.decode(str));
Parse json to AuthenticationAttempt
AuthenticationAttempt authenticationAttemptFromJson(String str) =>
AuthenticationAttempt.fromJson(json.decode(str));