LokotroEWalletResendResponse constructor
LokotroEWalletResendResponse({})
Implementation
LokotroEWalletResendResponse({
required this.success,
required this.status,
this.otpSentTo,
this.resendCount,
this.maxResends,
this.resentAt,
this.expiresAt,
required this.message,
});