BaseModel.from_dict

classmethod BaseModel.from_dict(dict_)[source]

Deserialize a dict of simple types into an instance of this class.

Note that this method requires that the model is bound with @bind_schema.