createdAt property

DateTime? createdAt

Channel creation date.

Implementation

DateTime? get createdAt {
  _checkInitialized();
  return state!._channelState.channel?.createdAt;
}