Converts the instance to a Model.
@override Model toModel() => Model( id: id, userId: userId, data: { _dataKey: data, _createdAtKey: createdAt.toString(), }, );