fuelPercentRemaining
The percentage of fuel that remains for the fuel-powered vehicle.
Declaration
@nonobjc final var fuelPercentRemaining: Float? { get set }Discussion
Typically, you assign a value to this property only after handling the intent.
The percentage of fuel that remains for the fuel-powered vehicle.
@nonobjc final var fuelPercentRemaining: Float? { get set }Typically, you assign a value to this property only after handling the intent.