ArtemisAcpsKiosk class

Constructors

ArtemisAcpsKiosk.new({required String deviceId, required bool online, required List<ArtemisKioskDevice> devices})
ArtemisAcpsKiosk.fromJson(Map<String, dynamic> json)
factory

Properties

deviceId String
final
devices List<ArtemisKioskDevice>
final
getBP ArtemisKioskDevice?
no setter
getBT ArtemisKioskDevice?
no setter
hashCode int
The hash code for this object.
no setterinherited
online bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? deviceId, bool? online, List<ArtemisKioskDevice>? devices}) ArtemisAcpsKiosk
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.
inherited