channelUrl property

String? get channelUrl

Implementation

String? get channelUrl => channelId == null
    ? null
    : ApiResult.getURL(ResultType.channel, channelId!);