getMaxColorTemperature property

int? getMaxColorTemperature

Implementation

int? get getMaxColorTemperature => getColorTemperatureTrait()
    ?.propertyWhereType<SupportedColorTemperatureRange>()
    .value
    .max as int?;