OtpSend constructor

OtpSend({
  1. String? customerId,
  2. String? emailAddress,
})

Implementation

OtpSend({this.customerId, this.emailAddress});