ReflexEvent class

Constructors

ReflexEvent({ReflexEventType? type, String? packageName, String? title, String? message, DateTime? timeStamp})
ReflexEvent.fromMap(Map map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
Notification/AutoReply Message
getter/setter pair
packageName String?
Receiving notification/sending reply package name
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeStamp DateTime?
The time stamp of the notification.
getter/setter pair
title String?
Notification/AutoReply Title
getter/setter pair
type ReflexEventType?
Event type Notification/Reply
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Static Methods

getReflexEventFromMap(dynamic data) ReflexEvent