EventID class

just a placeholder class to ease internal type checks user should extend it as per their need

Mixed in types

Constructors

EventID({String dstr = 'GEvent'})
create event with debug string dstr passed
const

Properties

dstr String
debug string only used if eventizer's log was enabled
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fireWith([dynamic data]) → void
facilator api to create and fire an Event Object encapsulating this EventID with passed data
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEvent([dynamic data]) Event
facilator api to return an Event Object encapsulating this EventID with passed data
toString() String
simply return debug string
override
triggerEvent(Event event) → void
trigger this event and notifies all registered consumer with optional args
inherited

Operators

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