ClientListeningToRoute class
Constructors
-
ClientListeningToRoute({required String route, required dynamic params, required StreamController<
NewDataForListener> streamBroadcastController, required String hash, required String listenId, String? clientRequestId})
Properties
- clientRequestId ↔ String?
-
getter/setter pair
- counter ↔ int
-
getter/setter pair
- hash → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastReceivementFromServer ↔ NewDataForListener?
-
getter/setter pair
- listenId ↔ String
-
getter/setter pair
-
onDoneParentControllerListeners
→ List<
void Function()> -
final
-
onReadList
→ List<
void Function()> -
final
- params → dynamic
-
final
- ready ↔ bool
-
getter/setter pair
- route → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
streamBroadcastController
↔ StreamController<
NewDataForListener> -
getter/setter pair
Methods
-
addOnDoneParentControllerListener(
void listener()) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onReady(
void onReady()) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited