Map<String, dynamic> toJson() { return { 'reader': reader, 'eventState': eventState.toJson(), 'eventCount': eventCount, 'atr': atr, }; }