ChannelBuilder.create constructor

ChannelBuilder.create(
  1. {required String? name,
  2. required ChannelType? type}
)

Builder for creating channel

Implementation

ChannelBuilder.create({required this.name, required this.type});