OverTime constructor

OverTime({
  1. Map<String, Object> data = const {},
})

Returns a new OverTime instance.

Implementation

OverTime({
  this.data = const {},
});