allZero property

GpsStay allZero
final

A stay with all fields set to zero.

Implementation

static final allZero = GpsStay.fromPoint(GpsPoint.allZero,
    accuracy: 0,
    // endTime must be null even though we're zeroing out, because it simply
    // means it's equal to (start)time.
    endTime: null);