channelTitle method

String? channelTitle()

Implementation

String? channelTitle() {
  return json.decode(content!)['title'];
}