RichTextBotCommand constructor

RichTextBotCommand({
  1. RichText? text,
  2. required String botCommand,
})

Implementation

RichTextBotCommand({this.text, required this.botCommand});