minutesToFull
The number of minutes it takes to fully charge the electric vehicle’s battery.
Declaration
@nonobjc final var minutesToFull: Int? { get set }Discussion
Typically, you assign a value to this property only after handling the intent.
The number of minutes it takes to fully charge the electric vehicle’s battery.
@nonobjc final var minutesToFull: Int? { get set }Typically, you assign a value to this property only after handling the intent.