FeatureResponseBeanFeaturesItem constructor
FeatureResponseBeanFeaturesItem({
- FeatureResponseBeanFeaturesItemBoardFeature? boardFeature,
- int? boardId,
- FeatureResponseBeanFeaturesItemState? state,
- String? localisedName,
- String? localisedDescription,
- String? learnMoreLink,
- String? imageUri,
- FeatureResponseBeanFeaturesItemFeatureType? featureType,
- String? localisedGroup,
- List<
FeatureResponseBeanFeaturesItemPermissibleEstimationTypesItem> ? permissibleEstimationTypes, - String? featureId,
- String? learnMoreArticleId,
- bool? toggleLocked,
Implementation
FeatureResponseBeanFeaturesItem(
{this.boardFeature,
this.boardId,
this.state,
this.localisedName,
this.localisedDescription,
this.learnMoreLink,
this.imageUri,
this.featureType,
this.localisedGroup,
List<FeatureResponseBeanFeaturesItemPermissibleEstimationTypesItem>?
permissibleEstimationTypes,
this.featureId,
this.learnMoreArticleId,
bool? toggleLocked})
: permissibleEstimationTypes = permissibleEstimationTypes ?? [],
toggleLocked = toggleLocked ?? false;