ActionRecipe constructor

ActionRecipe({
  1. String name = "",
  2. String action = "",
  3. String searchText = "",
  4. int chooseNumber = 0,
  5. bool isCommand = false,
  6. bool isStaticCommand = false,
  7. String nextPrevious = "",
  8. String receivedText = "",
  9. String receivedTextWithoutSpace = "",
  10. String selectFor = "",
})

Implementation

ActionRecipe(
    {this.name = "",
    this.action = "",
    this.searchText = "",
    this.chooseNumber = 0,
    this.isCommand = false,
    this.isStaticCommand = false,
    this.nextPrevious = "",
    this.receivedText = "",
    this.receivedTextWithoutSpace = "",
    this.selectFor = ""});