core.Map<core.String, core.dynamic> toJson() { final gpsPointsFound = this.gpsPointsFound; return {'gpsPointsFound': ?gpsPointsFound}; }