isMissedPickup
A Boolean value indicating whether someone canceled the ride because the user was never picked up.
Declaration
var isMissedPickup: Bool { get }Discussion
The value of this property is true when your ride service did not pick up of the user, otherise it is false. The method you use to create an instance of this class automatically sets the value of this property.