channelContent method

String? channelContent()

Implementation

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