menu
libspiffy package
documentation
internals.dart
CloseChannelMessage
CloseChannelMessage.new constructor
CloseChannelMessage.new constructor
dark_mode
light_mode
CloseChannelMessage
constructor
CloseChannelMessage
(
{
required
String
channelId
,
String
?
reason
,
})
Implementation
CloseChannelMessage({ required this.channelId, this.reason, }) : super(payload: null);
libspiffy package
documentation
internals
CloseChannelMessage
CloseChannelMessage.new constructor
CloseChannelMessage class