fromJson static method

AuthenticateBody fromJson(
  1. String json
)

Implementation

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