EstimationConfigurationBean constructor
EstimationConfigurationBean({
- EstimationConfigurationBeanValue? value,
- String? localisedName,
- String? localisedDescription,
Implementation
EstimationConfigurationBean(
{this.value, this.localisedName, this.localisedDescription});