FeatureResponseBeanFeaturesItemPermissibleEstimationTypesItem constructor

FeatureResponseBeanFeaturesItemPermissibleEstimationTypesItem({
  1. FeatureResponseBeanFeaturesItemPermissibleEstimationTypesItemValue? value,
  2. String? localisedName,
  3. String? localisedDescription,
})

Implementation

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