ABAServerResponse class

Constructors

ABAServerResponse({int? status, String? description, String? qrString, String? qrImage, String? abapayDeeplink, String? appStore, String? playStore, String? rawcontent})
ABAServerResponse.fromMap(Map<String, dynamic> map)
factory

Properties

getter/setter pair
appStore String?
getter/setter pair
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
playStore String?
getter/setter pair
qrImage String?
getter/setter pair
qrString String?
getter/setter pair
rawcontent String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited