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