Subscription class
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addListener(
SubscriptionListener listener) → void -
Available on Subscription, provided by the SubscriptionExt extension
-
getCommandPosition(
) → int -
Available on Subscription, provided by the SubscriptionExt extension
-
getCommandSecondLevelDataAdapter(
) → String? -
Available on Subscription, provided by the SubscriptionExt extension
-
getCommandSecondLevelFields(
) → List< String> ? -
Available on Subscription, provided by the SubscriptionExt extension
-
getCommandSecondLevelFieldSchema(
) → String? -
Available on Subscription, provided by the SubscriptionExt extension
-
getCommandValue(
StringOrInt itemNameOrPosition, String keyValue, StringOrInt fieldNameOrPosition) → String? -
Available on Subscription, provided by the SubscriptionExt extension
-
getDataAdapter(
) → String? -
Available on Subscription, provided by the SubscriptionExt extension
-
getFields(
) → List< String> ? -
Available on Subscription, provided by the SubscriptionExt extension
-
getFieldSchema(
) → String? -
Available on Subscription, provided by the SubscriptionExt extension
-
getItemGroup(
) → String? -
Available on Subscription, provided by the SubscriptionExt extension
-
getItems(
) → List< String> ? -
Available on Subscription, provided by the SubscriptionExt extension
-
getKeyPosition(
) → int -
Available on Subscription, provided by the SubscriptionExt extension
-
getListeners(
) → List< SubscriptionListener> -
Available on Subscription, provided by the SubscriptionExt extension
-
getMode(
) → String -
Available on Subscription, provided by the SubscriptionExt extension
-
getRequestedBufferSize(
) → String? -
Available on Subscription, provided by the SubscriptionExt extension
-
getRequestedMaxFrequency(
) → String? -
Available on Subscription, provided by the SubscriptionExt extension
-
getRequestedSnapshot(
) → String? -
Available on Subscription, provided by the SubscriptionExt extension
-
getSelector(
) → String? -
Available on Subscription, provided by the SubscriptionExt extension
-
getValue(
StringOrInt itemNameOrPosition, StringOrInt fieldNameOrPosition) → String? -
Available on Subscription, provided by the SubscriptionExt extension
-
isActive(
) → bool -
Available on Subscription, provided by the SubscriptionExt extension
-
isSubscribed(
) → bool -
Available on Subscription, provided by the SubscriptionExt extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeListener(
SubscriptionListener listener) → void -
Available on Subscription, provided by the SubscriptionExt extension
-
setCommandSecondLevelDataAdapter(
String? dataAdapter) → void -
Available on Subscription, provided by the SubscriptionExt extension
-
setCommandSecondLevelFields(
List< String> ? fields) → void -
Available on Subscription, provided by the SubscriptionExt extension
-
setCommandSecondLevelFieldSchema(
String? schemaName) → void -
Available on Subscription, provided by the SubscriptionExt extension
-
setDataAdapter(
String? dataAdapter) → void -
Available on Subscription, provided by the SubscriptionExt extension
-
setFields(
List< String> ? fields) → void -
Available on Subscription, provided by the SubscriptionExt extension
-
setFieldSchema(
String? schemaName) → void -
Available on Subscription, provided by the SubscriptionExt extension
-
setItemGroup(
String? groupName) → void -
Available on Subscription, provided by the SubscriptionExt extension
-
setItems(
List< String> ? items) → void -
Available on Subscription, provided by the SubscriptionExt extension
-
setRequestedBufferSize(
String? size) → void -
Available on Subscription, provided by the SubscriptionExt extension
-
setRequestedMaxFrequency(
String? freq) → void -
Available on Subscription, provided by the SubscriptionExt extension
-
setRequestedSnapshot(
String? isRequired) → void -
Available on Subscription, provided by the SubscriptionExt extension
-
setSelector(
String? selector) → void -
Available on Subscription, provided by the SubscriptionExt extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited