reportMergeResult property

void Function(GpsStay) reportMergeResult
final

Function that will be called once a merged item has been identified and finalized, typically the add() method of an output sink.

Implementation

final void Function(GpsStay) reportMergeResult;