charging
A Boolean value that indicates whether the electric vehicle is currently charging.
Declaration
@nonobjc final var charging: Bool? { get set }Discussion
Typically, you assign a value to this property only after handling the intent.
A Boolean value that indicates whether the electric vehicle is currently charging.
@nonobjc final var charging: Bool? { get set }Typically, you assign a value to this property only after handling the intent.