CollectivePost class
A signal that carries collection change information
- Inheritance
-
- Object
- Signal<
Map< CollectiveEvent, Iterable> > - Post<
Cell, CollectiveEvent> - CollectivePost
Properties
-
body
→ Map<
CollectiveEvent, Iterable> ? -
The payload data carried by this signal
finalinherited
- from → Cell
-
The cell that originated this post
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unmodifiable → CollectivePost
-
Creates an unmodifiable view of this post
latefinal
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