Fixed

data class Fixed(fixedUnitSystem: UnitSystem) : UnitSystemType

Fixed UnitSystem type - once defined the unitSystem value provided is always used.

Parameters

fixedUnitSystem

UnitSystem value.

Constructors

Link copied to clipboard
constructor(fixedUnitSystem: UnitSystem)

Inherited properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)