ChannelLink constructor

const ChannelLink(
  1. String title,
  2. Uri url,
  3. Uri icon
)

Initialize an instance of ChannelLink

Implementation

const factory ChannelLink(
  /// Link title.
  String title,

  /// Link URL.
  /// Already decoded with the YouTube shortener already taken out.
  Uri url,

  /// Link Icon URL.
  Uri icon,
) = _ChannelLink;