NetworkEventList class

List that contains network events and notifies dependents on updates.

Implementers

Constructors

NetworkEventList()

Properties

events List<NetworkEvent>
Logged network events
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<UpdateEvent>
A source of asynchronous network events.
no setter

Methods

add(NetworkEvent event) → void
Add event to events list and notify dependents.
clear() → void
Clear events and notify dependents.
dispose() → void
Dispose resources.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updated(NetworkEvent event) → void
Notify dependents that event is updated.

Operators

operator ==(Object other) bool
The equality operator.
inherited