SendOTPResponse constructor

SendOTPResponse(
  1. String? status,
  2. String? mobile
)

Implementation

SendOTPResponse(this.status, this.mobile);