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