GetNotificationChannelVerificationCodeResponse constructor

GetNotificationChannelVerificationCodeResponse({
  1. String? code,
  2. String? expireTime,
})

Implementation

GetNotificationChannelVerificationCodeResponse({
  this.code,
  this.expireTime,
});