PusherChannelsOptionsMetadata class
A data class that keeps metadata that is sent with PusherChannelsOptions.uri while connecting to a server.
- Annotations
-
- @immutable
Constructors
- PusherChannelsOptionsMetadata({required String client, required int protocol, required String version})
-
const
- PusherChannelsOptionsMetadata.byDefault()
-
const
Properties
Methods
-
getQueryParameters(
) → Map< String, String> - Provides the metadata as Map.
-
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