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