Base.
from_dict
from_dict() -> T
Creates object from dictionary. It needs to be specified if the dictionary is in camelCase or snake_case.
Parameters
| name | type | description |
|---|---|---|
| cls: type[T] | type[T] | None |
| data: dict[str, Any] | dict[str, Any] | None |
| camel_case: bool = True | bool | None |