locked
A Boolean value indicating the status of the car’s locks.
Declaration
@property (nonatomic, copy, readwrite, nullable) NSNumber * locked;@property (atomic, copy, readwrite, nullable) NSNumber * locked;Discussion
Typically, you assign a value to this property only after handling the intent. If the car is locked, set the property to true; otherwise, set it to false.