MessageChannel constructor Null safety

MessageChannel()

Implementation

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