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
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