ArtemisKioskDevice class
Constructors
- ArtemisKioskDevice.new({required String deviceName, required String status, required int type})
-
ArtemisKioskDevice.fromJson(Map<
String, dynamic> json) -
factory
Properties
- canPrint → bool
-
no setter
- deviceName → String
-
final
- getMode → AcpsPrintType
-
no setter
- getType → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- img → String
-
no setter
- number → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
final
- type → int
-
final
Methods
-
copyWith(
{String? deviceName, String? status, int? type}) → ArtemisKioskDevice -
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override