PercentInjector<D> constructor
PercentInjector<D> ({
- 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});