BaseChannel constructor
BaseChannel({})
WARNING: Do not use default constructor to initialize manually
Implementation
BaseChannel({
required this.channelUrl,
this.creator,
this.createdAt,
this.name,
this.coverUrl,
this.data,
this.customType,
this.isFrozen = false,
this.isEphemeral = false,
this.fromCache = false,
this.dirty = false,
});