ConsumerGroup constructor
ConsumerGroup({
- String? name,
- Map<
String, ConsumerTopicMetadata> ? topics,
Implementation
ConsumerGroup({this.name, this.topics});