ZebraPrinterStatus class

Constructors

ZebraPrinterStatus({required bool isPaused, required int numberOfFormatsInReceiveBuffer, required bool isReadyToPrint, required bool isPaperOut, required bool isPartialFormatInProgress, required bool isReceiveBufferFull, required int labelLengthInDots, required bool isRibbonOut, required bool isHeadTooHot, required int labelsRemainingInBatch, required bool isHeadOpen, required bool isHeadCold, required int printMode})
ZebraPrinterStatus.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isHeadCold bool
final
isHeadOpen bool
final
isHeadTooHot bool
final
isPaperOut bool
final
isPartialFormatInProgress bool
final
isPaused bool
final
isReadyToPrint bool
final
isReceiveBufferFull bool
final
isRibbonOut bool
final
labelLengthInDots int
final
labelsRemainingInBatch int
final
numberOfFormatsInReceiveBuffer int
final
printMode int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({bool? isPaused, int? numberOfFormatsInReceiveBuffer, bool? isReadyToPrint, bool? isPaperOut, bool? isPartialFormatInProgress, bool? isReceiveBufferFull, int? labelLengthInDots, bool? isRibbonOut, bool? isHeadTooHot, int? labelsRemainingInBatch, bool? isHeadOpen, bool? isHeadCold, int? printMode}) ZebraPrinterStatus
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited