CallbackPayload class

Constructors

CallbackPayload({required CallbackEvents event, required CallState callState, String? participantId, Participant? newParticipant})

Properties

callState CallState
getter/setter pair
event CallbackEvents
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
newParticipant Participant?
getter/setter pair
participantId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({CallbackEvents? event, CallState? callState, String? participantId}) CallbackPayload
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 ==(covariant CallbackPayload other) bool
The equality operator.
override