linktsp_api
list_model
FeatureValue
FeatureValue constructor
FeatureValue
FeatureValue
constructor
Null safety
FeatureValue
(
{
int
?
id
,
String
?
iDs
,
String
?
name
,
int
?
featureId
}
)
Implementation
FeatureValue({ this.id, this.iDs, this.name, this.featureId, });
linktsp_api
list_model
FeatureValue
FeatureValue constructor
FeatureValue class
Constructors
FeatureValue
fromJson
Properties
featureId
hashCode
id
iDs
name
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==