Point constructor
Point({
- TimeInterval? interval,
- TypedValue? value,
Implementation
Point({
this.interval,
this.value,
});
Point({
this.interval,
this.value,
});