channelType method

String? channelType()

Implementation

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