Point constructor

Point({
  1. TimeInterval? interval,
  2. TypedValue? value,
})

Implementation

Point({
  this.interval,
  this.value,
});