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 =>
service.hasUpdate ||
service != _originalService ||
!(const DeepCollectionEquality.unordered()
.equals(positions, _originalPositions)) ||
equalizationFactor != _originalEqualizationFactor;