clearAllListingData method

void clearAllListingData()
inherited

Implementation

void clearAllListingData() {
  progressCount = 1;
  totalStep = 5;
  isOwner = false;
  listingType = [];
  selectedBusinessType = [];
  musicAffinityList = [];
  selectedMusicType = [];
  hideLocation = false;
  countryList = [];
  stateList = [];
  cityList = [];
  selectedCountry = null;
  selectedState = null;
  selectedCity = null;
  countryId = '';
  stateId = '';
  cityId = '';
  businessName = '';
  address = null;
  postalCode = '';
  placeDescription = '';
  labelText = '';
  discountPercentage = 0;
  selectPriceRange = -1;
  priceRangeValue = null;
  placeImageFiles = [];
  placeDescribeList = [];
  selectedListingCountry = defaultCountry();
  listingPhoneNumber = '';
  websiteUrl = '';
  facebookUrl = '';
  instagramUrl = '';
  emailAddress = '';
  ownerDesignation = '';
  labelList = [];
  selectedLabelList = [];
  clearWorkingData();
}