linktsp_api
color_model
ColorModel
ColorModel constructor
ColorModel
ColorModel
constructor
Null safety
ColorModel
(
{
int
?
id
,
String
?
name
,
String
?
title
,
String
?
hexa
,
bool
?
isOutOfStock
}
)
Implementation
ColorModel({ this.id, this.name, this.title, this.hexa, this.isOutOfStock, });
linktsp_api
color_model
ColorModel
ColorModel constructor
ColorModel class
Constructors
ColorModel
fromJson
Properties
hashCode
hexa
id
isOutOfStock
name
runtimeType
title
Methods
noSuchMethod
toJson
toString
Operators
operator ==