BaseResponseModel class
code : 200 message : "Payment Initiated" errors : [] data : {"storeName":"Test Merchant","storeLogo":null,"orderId":"1719913203750777","billAmount":450.0,"currency":"IQD","token":"159706be-63b4-43f4-ab14-1ba3dee35fb2","qrToken":"0002010102120213964171638458952044829530336854034505802IQ5913Test Merchant6005Erbil6105440016232011617199132037507770808PURCHASE6304A424"}
Constructors
-
BaseResponseModel.new({int? code, String? message, List<
String> ? errors, dynamic data}) - BaseResponseModel.fromJson(dynamic json)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited