menu
phonepe_gateway package
documentation
model/hash.dart
HashResponse
HashResponse.new constructor
HashResponse.new constructor
dark_mode
light_mode
HashResponse
constructor
HashResponse
(
{
bool
?
success
,
String
?
code
,
String
?
message
,
Data
?
data
,
})
Implementation
HashResponse({this.success, this.code, this.message, this.data});
phonepe_gateway package
documentation
model/hash
HashResponse
HashResponse.new constructor
HashResponse class