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