authenticationAttemptFromJson function

AuthenticationAttempt authenticationAttemptFromJson(
  1. String str
)

Parse json to AuthenticationAttempt

Implementation

AuthenticationAttempt authenticationAttemptFromJson(String str) =>
    AuthenticationAttempt.fromJson(json.decode(str));