EventsMapScreenData class

Constructors

EventsMapScreenData()
factory

Properties

count int
getter/setter pair
eventNotifier ValueNotifier<EventNotificationModel?>?
getter/setter pair
exitedAtSigns List<String?>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addVenueMarker(EventNotificationModel _event) → HybridModel
adds a venue marker to the event
dispose() → void
moveToEventScreen(EventNotificationModel _eventNotificationModel) → void
moves to the event screen with the given EventNotificationModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateEventdataFromList(List<EventKeyLocationModel> _list) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited