factory RegisterEvent.fromJson(Map<String, dynamic> json) { return RegisterEvent( eventData: json['eventData'] as String, timestamp: json['timestamp'] as int, ); }