factory PrinterEventUnknown.fromJson(Map<String, dynamic> json) { return PrinterEventUnknown(json['event']); }