TimeViewport constructor

TimeViewport(
  1. DateTime start,
  2. DateTime end
)

Implementation

TimeViewport(this.start, this.end);