SignificantChangeEvent constructor
Creates a significant change event.
Implementation
SignificantChangeEvent({
required this.location,
this.previousLocation,
this.displacementMeters,
this.timeSinceLastChange,
this.wasTimerTriggered = false,
});