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