EventInfo constructor

EventInfo({
  1. String? firstTimeStamp,
  2. String? lastTimeStamp,
  3. String? totalTime,
  4. String? lastEventTime,
  5. String? eventType,
  6. String? count,
})

Implementation

EventInfo(
    {this.firstTimeStamp,
    this.lastTimeStamp,
    this.totalTime,
    this.lastEventTime,
    this.eventType,
    this.count});