PaymentResponse class

Constructors

PaymentResponse(bool isSuccess, int status, String token, String phonenumber, String message, String data, String extra)

Properties

data ↔ String
read / write
extra ↔ String
read / write
isSuccess ↔ bool
read / write
message ↔ String
read / write
phonenumber ↔ String
read / write
status ↔ int
read / write
token ↔ String
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited

Static Methods

fromMap(Map map) PaymentResponse