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

Properties

boardFeature FeatureResponseBeanFeaturesItemBoardFeature?
final
boardId int?
final
featureId String?
final
featureType FeatureResponseBeanFeaturesItemFeatureType?
final
hashCode int
The hash code for this object.
no setterinherited
imageUri String?
final
learnMoreArticleId String?
final
final
localisedDescription String?
final
localisedGroup String?
final
localisedName String?
final
permissibleEstimationTypes List<FeatureResponseBeanFeaturesItemPermissibleEstimationTypesItem>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state FeatureResponseBeanFeaturesItemState?
final
toggleLocked bool
final

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

Operators

operator ==(Object other) bool
The equality operator.
inherited