MessageChannel constructor

MessageChannel()

Implementation

factory MessageChannel() {
  return MessageChannel._create_1();
}