SendOtpModel constructor

SendOtpModel({
  1. String? id,
  2. int? ttl,
  3. DateTime? created,
  4. int? userId,
  5. int? receiveotpvia,
})

Implementation

SendOtpModel({
  this.id,
  this.ttl,
  this.created,
  this.userId,
  this.receiveotpvia,
});