Clip constructor

Clip({
  1. TimeSpan? timeSpan,
})

Implementation

Clip({
  this.timeSpan,
});