PercentInjector<D> constructor

PercentInjector<D>({
  1. PercentInjectorTotalType totalType = common.PercentInjectorTotalType.domain,
})

Constructs a PercentInjector.

totalType configures the type of data total to be calculated.

Implementation

PercentInjector({this.totalType = common.PercentInjectorTotalType.domain});