truncatedAt property

DateTime? truncatedAt

The last date at which the channel got truncated.

Implementation

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