Timestamped<T>  class 
 
A class that represents a snapshot of the current value emitted by a Stream, at a specified timestamp.
Constructors
- Timestamped(DateTime timestamp, T value)
- 
          Constructs a snapshot of a Stream, containing the Stream's event
at the specified timestampasvalue.
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