PushChannelSubscriptionParams class abstract

Contains properties used to filter PushChannel subscriptions.

Properties

channel String?
The channel name.
getter/setter pair
clientId String?
The ID of the client.
getter/setter pair
deviceId String?
The unique ID of the device.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
limit int?
A limit on the number of devices returned, up to 1,000.
getter/setter pair
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