ChainCommandContext constructor

ChainCommandContext(
  1. CentralStation centralStation,
  2. BuildContext context,
  3. dynamic command, {
  4. String waitingText = "Waiting...",
  5. ChainCommandContext? parent,
  6. Function? test,
  7. dynamic failResult,
})

Implementation

ChainCommandContext(
  this.centralStation,
  this.context,
  this.command, {
  this.waitingText = "Waiting...",
  this.parent,
  this.test,
  this.failResult,
});