model\listing_list_model library
Classes
- BusinessType
- GalleryAttachmentArray
- ListingListData
-
- If you add variable in ListingListData model, You also have to add that variable in ListingListDataObservable model,
- After that in appstore addListingData function for new item
- also in compareListings() function for comparison. If the variable is List of object then use compareLists() function in compareListings(), to compare the object
- Also add new value/variable in hashCode and operator == of that model
- ListingListModel
- ListingResponse
- Pagination
- Rating
- SocialMediaUrl
- User
- WorkingHourModel
Functions
-
listingModelFromMap(
String str) → ListingResponse -
listingModelToMap(
ListingResponse data) → String