FeatureResponseBeanFeaturesItem class
Constructors
-
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})
-
-
FeatureResponseBeanFeaturesItem.fromJson(Map<String, Object?> json)
-
factory
Methods
-
copyWith({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})
→ FeatureResponseBeanFeaturesItem
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, Object?>
-
-
toString()
→ String
-
A string representation of this object.
inherited