hasUpdate property
bool
get
hasUpdate
Whether or not this object has been updated.
If true
, then the data in this object differs from what is on the
bridge.
Implementation
bool get hasUpdate =>
on != _originalOn ||
on.hasUpdate ||
dimming != _originalDimming ||
dimming.hasUpdate ||
xy != _originalXy ||
xy.hasUpdate ||
colorTemperature != _originalColorTemperature ||
colorTemperature.hasUpdate ||
gradient != _originalGradient ||
gradient.hasUpdate ||
effect != _originalEffect ||
durationMilliseconds != _originalDurationMilliseconds;