VerifyCodeResponse constructor
VerifyCodeResponse({})
Implementation
VerifyCodeResponse({
required this.data,
required this.error,
required this.isSuccess,
required this.statusCode,
required this.success,
required this.timestamp,
});