VerifyPhoneRequestData constructor

VerifyPhoneRequestData({
  1. String? countryCode,
  2. String? deviceId,
  3. String? deviceToken,
  4. String? deviceType,
  5. String? facebookId,
  6. String? lang,
  7. double? latitude,
  8. double? longitude,
  9. String? phone,
  10. List<String>? usedPhone,
  11. String? email,
  12. int? verifyType,
})

Implementation

VerifyPhoneRequestData(
    {this.countryCode,
    this.deviceId,
    this.deviceToken,
    this.deviceType,
    this.facebookId,
    this.lang,
    this.latitude,
    this.longitude,
    this.phone,
    this.usedPhone,
     this.email,
    this.verifyType});