RealtimeTimeRange constructor

RealtimeTimeRange({
  1. String? startTimestamp,
})

Implementation

RealtimeTimeRange({
  this.startTimestamp,
});