menu
bytedesk_kefu package
documentation
model/bfeedback.dart
BFeedback
BFeedback const constructor
BFeedback const constructor
dark_mode
light_mode
BFeedback
constructor
const
BFeedback
(
{
String
?
fid
,
String
?
mobile
,
String
?
content
,
String
?
replyContent
,
List
<
String
>
?
imageUrls
,
})
Implementation
const BFeedback({this.fid, this.mobile, this.content, this.replyContent, this.imageUrls}) : super();
bytedesk_kefu package
documentation
model/bfeedback
BFeedback
BFeedback const constructor
BFeedback class