channelTitle property

String channelTitle

Implementation

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