NT4Subscription class
Constructors
- NT4Subscription({required String topic, NT4SubscriptionOptions options = const NT4SubscriptionOptions(), int uid = -1})
Properties
- currentValue ↔ Object?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- options → NT4SubscriptionOptions
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp ↔ int
-
getter/setter pair
- topic → String
-
final
- uid → int
-
final
Methods
-
listen(
dynamic onChanged(Object?)) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
stream(
{bool yieldAll = false}) → Stream< Object?> -
timestampedStream(
{bool yieldAll = false}) → Stream< ({DateTime timestamp, Object? value})> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited