NetRevenueOverTime constructor
NetRevenueOverTime({
- List<
FloatOverTime> data = const [], - double? total,
Returns a new NetRevenueOverTime instance.
Implementation
NetRevenueOverTime({
this.data = const [],
this.total,
});