menu
bytedesk_kefu package
documentation
model/helpArticle.dart
HelpArticle
HelpArticle const constructor
HelpArticle const constructor
dark_mode
light_mode
HelpArticle
constructor
const
HelpArticle
(
{
int
?
id
,
String
?
aid
,
String
?
title
,
String
?
type
,
String
?
content
,
})
Implementation
const HelpArticle({this.id, this.aid, this.title, this.type, this.content}) : super();
bytedesk_kefu package
documentation
model/helpArticle
HelpArticle
HelpArticle const constructor
HelpArticle class