Map<String, dynamic> toJson() => { 'name': name, 'entryTime': entryTime.toIso8601String(), 'duration': duration?.inMilliseconds, };