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