RoboDirective constructor

RoboDirective({
  1. String? actionType,
  2. String? inputText,
  3. String? resourceName,
})

Implementation

RoboDirective({
  this.actionType,
  this.inputText,
  this.resourceName,
});