HomeEventService class
Constructors
- HomeEventService()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
calculateShowRetry(
EventKeyLocationModel _eventKeyModel) → bool - calculates whether to show the retry option for the given EventKeyLocationModel
-
getActionString(
EventNotificationModel event, bool haveResponded) → String -
returns current status of the
event
-
getMyEventInfo(
EventNotificationModel _event) → EventInfo? - will return for event's for which i am member
-
getOtherMemberEventInfo(
String _id, String _atsign) → EventInfo? - will return for event's for which i am creator
-
getSemiTitle(
EventNotificationModel _event, bool _haveResponded) → String? - returns a semi-title for the event based on the provided EventNotificationModel and whether the user has responded or not
-
getSubTitle(
EventNotificationModel _event) → String - returns event timing details
-
isActionRequired(
EventNotificationModel event) → bool -
checks if any action is required for the given
event
-
isEventCancelled(
EventNotificationModel _event) → bool - checks if an event is cancelled
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onEventModelTap(
EventNotificationModel eventNotificationModel, bool haveResponded) → dynamic - handles the tap on an event model.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited