zeroOrNulls property

GpsPoint zeroOrNulls
final

A point with all fields set to null if possible, or to zero otherwise.

Implementation

static final zeroOrNulls =
    GpsPoint(time: GpsTime(0), latitude: 0, longitude: 0);