KLPEventModel constructor
KLPEventModel({})
Implementation
KLPEventModel({
int? timestamp,
this.event,
this.distance,
this.duration,
this.key,
this.position,
this.target,
}) : timestamp = timestamp ?? DateTime.now().millisecondsSinceEpoch;