factory PrCommand.fromJson(Map<String, dynamic> json) => PrCommand( deviceId: json["DeviceID"], data: json["Data"], printerId: json["PrinterID"], );