SensorEvent.empty constructor

SensorEvent.empty()

Implementation

factory SensorEvent.empty() =>
    SensorEvent(timestamp: DateTime.now(), packetIndex: -1);