EstimationConfigurationBean constructor

EstimationConfigurationBean({
  1. EstimationConfigurationBeanValue? value,
  2. String? localisedName,
  3. String? localisedDescription,
})

Implementation

EstimationConfigurationBean(
    {this.value, this.localisedName, this.localisedDescription});