UserData constructor
const
UserData({})
Implementation
const UserData(
{this.address = '',
this.base64 = '',
this.name = '',
this.dob = '',
this.email = '',
this.gender = '',
this.phoneNo = ''});