menu
bytedesk_kefu package
documentation
model/category.dart
Category
Category const constructor
Category const constructor
dark_mode
light_mode
Category
constructor
const
Category
(
{
int
?
id
,
String
?
cid
,
String
?
name
,
String
?
slug
,
})
Implementation
const Category({this.id, this.cid, this.name, this.slug}) : super();
bytedesk_kefu package
documentation
model/category
Category
Category const constructor
Category class