TimeInterval<T>  class 
 
A class that represents a snapshot of the current value emitted by a Stream, at a specified interval.
Constructors
- TimeInterval(T value, Duration interval)
- 
          Constructs a snapshot of a Stream, containing the Stream's event
at the specified intervalasvalue.
Properties
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  override