MessageActionChannelCreate constructor

const MessageActionChannelCreate({
  1. required String title,
})

Message Action Channel Create constructor.

Implementation

const MessageActionChannelCreate({
  required this.title,
}) : super._();