TireWidthRange

@Serializable
class TireWidthRange

This class describes the range of allowed tire widths that a user can enter or choose from.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Lower limit of the allowed tire widths that a user can enter or choose from. The values must be between TIRE_WIDTH_LOWER_LIMIT and TIRE_WIDTH_UPPER_LIMIT and it must be lower than or equal to upperLimit.

Link copied to clipboard

Upper limit of the allowed tire widths that a user can enter or choose from. The values must be between TIRE_WIDTH_LOWER_LIMIT and TIRE_WIDTH_UPPER_LIMIT and it must be higher than or equal to lowerLimit.