BaseChannel constructor
BaseChannel({})
Implementation
BaseChannel({
required this.channelUrl,
this.name = '',
this.createdAt,
coverUrl = '',
data = '',
customType = '',
isFrozen = false,
isEphemeral = false,
this.fromCache = false,
this.dirty = false,
}) : _coverUrl = coverUrl,
_data = data,
_customType = customType,
_isFrozen = isFrozen,
_isEphemeral = isEphemeral;