ChannelModel constructor
ChannelModel({})
Implementation
ChannelModel({
this.channelId,
this.channelName,
this.channelDescription,
this.channelImage,
this.channelIsConnected,
this.socialAccountData,
});
ChannelModel({
this.channelId,
this.channelName,
this.channelDescription,
this.channelImage,
this.channelIsConnected,
this.socialAccountData,
});