GetNotificationChannelVerificationCodeRequest constructor

GetNotificationChannelVerificationCodeRequest({
  1. String? expireTime,
})

Implementation

GetNotificationChannelVerificationCodeRequest({
  this.expireTime,
});