SlackSource constructor

SlackSource({
  1. required List<SlackSource_SlackChannels> channels,
})

Implementation

SlackSource({required this.channels}) : super(fullyQualifiedName);