getMinColorTemperature property

int? getMinColorTemperature

Implementation

int? get getMinColorTemperature => getColorTemperatureTrait()
    ?.propertyWhereType<SupportedColorTemperatureRange>()
    .value
    .min as int?;