OK constant
Indicates if the printer is working and usable. Possible values: * NoPaper * OK * OutOfOrder * PaperJam * PaperLow
Implementation
@BuiltValueEnumConst(wireName: r'OK')
static const PrinterStatus OK = _$OK;
Indicates if the printer is working and usable. Possible values: * NoPaper * OK * OutOfOrder * PaperJam * PaperLow
@BuiltValueEnumConst(wireName: r'OK')
static const PrinterStatus OK = _$OK;