menu
airpay_flutter_tz_package package
documentation
model/TransactionDto.dart
TransactionDto
TransactionDto.new constructor
TransactionDto.new constructor
dark_mode
light_mode
TransactionDto
constructor
TransactionDto
(
{
String
?
responseCode
,
String
?
statusCode
,
String
?
status
,
String
?
message
,
DataDto
?
data
,
})
Implementation
TransactionDto({ this.responseCode, this.statusCode, this.status, this.message, this.data, });
airpay_flutter_tz_package package
documentation
model/TransactionDto
TransactionDto
TransactionDto.new constructor
TransactionDto class