payhere_flutter
payhere_flutter
Data
Data constructor
Data
payhere_flutter
payhere_flutter
Data
Data constructor
Data class
Constructors
Data
fromJson
Properties
currency
message
paymentNo
price
sign
status
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
Data
constructor
Data
(
{
String
currency
,
String
message
,
int
paymentNo
,
int
price
,
String
sign
,
int
status
}
)
Implementation
Data({ this.currency, this.message, this.paymentNo, this.price, this.sign, this.status, });