I have view called EditPlaceView that is accessed from a NavigationStack. I need to know wether I am in create or edit mode.
I thought I could check wether a model had been stored in the database by checking its id but instances seem to have an id before being inserted in the database. Does anyone know how to do it?
1