FeatureBeanPermissibleEstimationTypesItem constructor

FeatureBeanPermissibleEstimationTypesItem({
  1. FeatureBeanPermissibleEstimationTypesItemValue? value,
  2. String? localisedName,
  3. String? localisedDescription,
})

Implementation

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