menu
bytedesk_kefu package
documentation
blocs/thread_bloc/thread_event.dart
UpdateThreadEvent
UpdateThreadEvent const constructor
UpdateThreadEvent const constructor
dark_mode
light_mode
UpdateThreadEvent
constructor
const
UpdateThreadEvent
(
{
@
required
String
?
tid
,
})
Implementation
const UpdateThreadEvent({@required this.tid}) : assert(tid != null), super();
bytedesk_kefu package
documentation
blocs/thread_bloc/thread_event
UpdateThreadEvent
UpdateThreadEvent const constructor
UpdateThreadEvent class