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