model\event_list_model library
Classes
- AboutEvent
- EventListData
-
- If you add variable in EventListData model, You also have to add that variable in EventListDataObservable model,
- After that in appstore addEventData function for new item
- also in compareEvents() function for comparison. If the variable is List of object then use compareLists() function in compareEvents(), to compare the object
- Also add new value/variable in hashCode and operator == of that model
- EventListModel
- EventModel
- Pagination
- Rating
- User
Functions
-
eventModelFromMap(
String str) → EventModel -
eventModelToMap(
EventModel data) → String