ArtemisAcpsAeaCommand class

Constructors

ArtemisAcpsAeaCommand.new({required String deviceId, required String? airlineCode, BoardingPassCommand? boardingPass, BagTagCommand? bagTag, GateReaderCommand? gateReader})
ArtemisAcpsAeaCommand.fromJson(Map<String, dynamic> json)
factory

Properties

airlineCode String?
final
bagTag BagTagCommand?
final
boardingPass BoardingPassCommand?
final
deviceId String
final
gateReader GateReaderCommand?
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, String? airlineCode, BoardingPassCommand? boardingPass, BagTagCommand? bagTag, GateReaderCommand? gateReader}) ArtemisAcpsAeaCommand
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