ChatBotMessageOption constructor

ChatBotMessageOption(
  1. int id,
  2. String text,
  3. String value
)

Implementation

ChatBotMessageOption(this.id, this.text, this.value);