id property

String? get id

Channel id.

Implementation

String? get id => state?._channelState.channel?.id ?? _id;