channelUrl property

String channelUrl

Implementation

String get channelUrl =>
    root!.querySelector('meta[property="og:url"]')?.attributes['content'] ??
    '';