menu
python_channel package
documentation
python_channel.dart
Reply<T>
Reply.new constructor
Reply.new constructor
dark_mode
light_mode
Reply<
T
>
constructor
Reply<
T
>
(
{
required
int
msgId
,
required
Channel
<
T
,
dynamic
>
channel
,
})
Implementation
Reply({ required this.msgId, required this.channel, });
python_channel package
documentation
python_channel
Reply<T>
Reply.new constructor
Reply class