ActionBoxConfig constructor

const ActionBoxConfig({
  1. String actionBoxType = 'ActionBox',
  2. String actionRootType = 'ActionRoot',
  3. List<String> generateSourceDir = const ['lib'],
})

Implementation

const ActionBoxConfig(
    {this.actionBoxType = 'ActionBox',
    this.actionRootType = 'ActionRoot',
    this.generateSourceDir = const ['lib']});