PusherChannelsTriggerEvent class

A data class representing events that are triggered by PusherChannelsClient

Mixed in types
Implementers
Annotations
  • @immutable

Constructors

PusherChannelsTriggerEvent({required String name, required dynamic data, required String? channelName})
const

Properties

channelName String?
final
data → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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