Subscription class

Describes a subscription.

Constructors

Subscription({String? endPoint, SubscriptionProtocolType? protocol, String? subscriptionId})
Subscription.fromJson(Map<String, dynamic> json)
factory

Properties

endPoint String?
The endpoint of the subscription.
final
hashCode int
The hash code for this object.
no setterinherited
protocol SubscriptionProtocolType?
The protocol of the subscription.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionId String?
The ID of the subscription.
final

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