defto_dict(self)->t.Dict[str,t.Any]:"""Convert the model to a dict Returns ------- typing.Dict[str, Any] The model as a dict. """returnattrs.asdict(self)
defto_dict(self)->t.Dict[str,t.Any]:"""Convert the model to a dict Returns ------- typing.Dict[str, Any] The model as a dict. """returnattrs.asdict(self)