create new stack and transfer data

await Navigation.PushAsync(new TodoItemPage { BindingContext = e.SelectedItem as Models.TodoItem, }); 

How to get the value of a property from a BindingContext to a variable on the TodoItemPage page? It is necessary then after receipt to check if(значение == null){}

    0