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

Properties

boardFeature FeatureBeanBoardFeature?
final
boardId int?
final
featureId String?
final
featureType FeatureBeanFeatureType?
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<FeatureBeanPermissibleEstimationTypesItem>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state FeatureBeanState?
final
toggleLocked bool
final

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

Operators

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