device property

SerialDevice device
final

The serial device representing the GPS.

Implementation

final SerialDevice device = SerialDevice(
  portName: gpsPort,
  readInterval: const Duration(milliseconds: 250),
  logger: logger,
  baudRate: 38400,
);