ArtemisAcpsDirectCommand class

Constructors

ArtemisAcpsDirectCommand.new({required String deviceId, required String airlineCode, required BoardingPassDirect? boardingPass, required BagTagDirect? bagTag})
ArtemisAcpsDirectCommand.fromJson(Map<String, dynamic> json)
factory

Properties

airlineCode String
final
bagTag BagTagDirect?
final
boardingPass BoardingPassDirect?
final
deviceId String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? deviceId, dynamic airlineCode, BoardingPassDirect? boardingPass, BagTagDirect? bagTag}) ArtemisAcpsDirectCommand
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