MobileVerifyModel class

Constructors

MobileVerifyModel({String? accCode, String? merchantCode, String? msisdn, String? otp, String? refId, int? responseCode, String? responseDescription, String? signature, String? tokenId, String? transactionId, String? uniqueCode})
MobileVerifyModel.fromJson(Map<String, dynamic> json)
factory

Properties

accCode String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantCode String?
getter/setter pair
msisdn String?
getter/setter pair
otp String?
getter/setter pair
refId String?
getter/setter pair
responseCode int?
getter/setter pair
responseDescription String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String?
getter/setter pair
tokenId String?
getter/setter pair
transactionId String?
getter/setter pair
uniqueCode String?
getter/setter pair

Methods

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