Let’s say I have a model class Ball, that conforms to the ObservableObject protocol, and I define an optional instance of it (var ball: Ball?
Ball
ObservableObject
var ball: Ball?