payhere_flutter
payhere_flutter
PhResponse
toJson method
toJson
payhere_flutter
payhere_flutter
PhResponse
toJson method
PhResponse class
Constructors
PhResponse
fromJson
Properties
data
message
status
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { "data": data.toJson(), "message": message, "status": status, };