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