timestamp property

  1. @BuiltValueField.new(wireName: r'timestamp')
DateTime? get timestamp

When the event was queued.

Implementation

@BuiltValueField(wireName: r'timestamp')
DateTime? get timestamp;