UpgradedEventData class
The UpgradedEventData class contains the data for an upgraded event.
Constructors
- UpgradedEventData({required InternalRequest request, required InternalResponse response, required String clientId})
-
The UpgradedEventData constructor is used to create a new instance of the UpgradedEventData class.
const
Properties
- clientId → String
-
The clientId property contains the ID of the client that was upgraded.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- request → InternalRequest
-
The request property contains the request that was upgraded.
final
- response → InternalResponse
-
The response property contains the response that was sent to the client.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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