menu
chataptor package
documentation
testing.dart
ChannelError
ChannelError.new const constructor
ChannelError.new const constructor
dark_mode
light_mode
ChannelError
constructor
const
ChannelError
(
{
required
String
topic
,
required
String
message
,
})
Creates a
ChannelError
event.
Implementation
const ChannelError({required this.topic, required this.message});
chataptor package
documentation
testing
ChannelError
ChannelError.new const constructor
ChannelError class