postData method

Map<String, dynamic> postData()

Implementation

Map<String, dynamic> postData() => {
      "userType": userType,
      "email": email,
      "phone": phone,
      "firstName": firstName,
      "lastName": lastName,
      "gender": gender,
      "dateOfBirth": dateOfBirth,
      "defaultAddressId": defaultAddressId,
      "profilePicture" : profilePicture,
    };