isPrinterOk property

bool get isPrinterOk

Implementation

bool get isPrinterOk {
  return this ==
      PrinterStatus.printerOk; // Checks if the status is "printerOk"
}