fromJson static method

AuthenticateRequest fromJson(
  1. String json
)

Implementation

static AuthenticateRequest fromJson(String json) {
  return ensureInitialized().decodeJson<AuthenticateRequest>(json);
}