toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'description': description,
    'welcome_channels': welcomeChannels,
  };
}