channelLogoUrl property

String channelLogoUrl

Implementation

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