UserData constructor

UserData({
  1. String? name,
  2. String? phoneNumber,
  3. String? emailId,
  4. String? countryCode,
})

Implementation

UserData({this.name, this.phoneNumber, this.emailId, this.countryCode});