FeatureBean class
Constructors
-
FeatureBean({FeatureBeanBoardFeature? boardFeature, int? boardId, FeatureBeanState? state, String? localisedName, String? localisedDescription, String? learnMoreLink, String? imageUri, FeatureBeanFeatureType? featureType, String? localisedGroup, List<FeatureBeanPermissibleEstimationTypesItem>? permissibleEstimationTypes, String? featureId, String? learnMoreArticleId, bool? toggleLocked})
-
-
FeatureBean.fromJson(Map<String, Object?> json)
-
factory
Methods
-
copyWith({FeatureBeanBoardFeature? boardFeature, int? boardId, FeatureBeanState? state, String? localisedName, String? localisedDescription, String? learnMoreLink, String? imageUri, FeatureBeanFeatureType? featureType, String? localisedGroup, List<FeatureBeanPermissibleEstimationTypesItem>? permissibleEstimationTypes, String? featureId, String? learnMoreArticleId, bool? toggleLocked})
→ FeatureBean
-
-
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