menu
rocket_chat_flutter_connector package
documentation
models/response/channel_new_response.dart
ChannelNewResponse
ChannelNewResponse constructor
ChannelNewResponse constructor
dark_mode
light_mode
ChannelNewResponse
constructor
ChannelNewResponse
(
{
Channel
?
channel
,
bool
?
success
=
false
,
})
Implementation
ChannelNewResponse({ this.channel, this.success = false, });
rocket_chat_flutter_connector package
documentation
models/response/channel_new_response
ChannelNewResponse
ChannelNewResponse constructor
ChannelNewResponse class