The creation time of the channel. @since 4.0.3
@override int? get createdAt => groupChannel.createdAt;
The creation time of the channel.
@override set createdAt(value) => groupChannel.createdAt = value;