NetRevenueOverTime constructor

NetRevenueOverTime({
  1. List<FloatOverTime> data = const [],
  2. double? total,
})

Returns a new NetRevenueOverTime instance.

Implementation

NetRevenueOverTime({
  this.data = const [],
  this.total,
});