RealtimeSubscriptionOptions<T> class

Subscription options with type safety

Constructors

RealtimeSubscriptionOptions({required RealtimeTopic topic, List<String>? fields, RealtimeFilter? filter, RealtimeDataHandler<T>? onData, RealtimeErrorHandler? onError})
const

Properties

fields List<String>?
final
filter RealtimeFilter?
final
hashCode int
The hash code for this object.
no setterinherited
onData RealtimeDataHandler<T>?
final
onError RealtimeErrorHandler?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topic RealtimeTopic
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