ChannelEvent class
Constructors
- ChannelEvent.new({required String eventName, required OnJson onEvent})
Properties
Methods
-
copy(
{required OnJson onEvent}) → ChannelEvent -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onData(
String data) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited