ArtemisAcpsAeaResponse class

Constructors

ArtemisAcpsAeaResponse.new({required String deviceId, required String? id, required String deviceName, required String transactionId, required String printerType, required String description, required bool isSuccessful, required String? seq, required String? flightNumber, required String? name, required String? callbackUrl, required String? message, required DateTime printResponseDateTime})
ArtemisAcpsAeaResponse.fromJson(Map<String, dynamic> json)
factory

Properties

callbackUrl String?
final
description String
final
deviceId String
final
deviceName String
final
flightNumber String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
isSuccessful bool
final
message String?
final
name String?
final
printerType String
final
printResponseDateTime DateTime
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seq String?
final
transactionId String
final

Methods

copyWith({String? deviceId, String? id, String? deviceName, String? transactionId, String? printerType, String? description, bool? isSuccessful, String? seq, String? flightNumber, String? name, String? callbackUrl, String? message, DateTime? printResponseDateTime}) ArtemisAcpsAeaResponse
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