FLDyAction constructor

FLDyAction({
  1. String? actionType,
  2. String? action,
  3. List<String>? args,
})

Implementation

FLDyAction({
  this.actionType,
  this.action,
  this.args,
});