ActionConfig constructor

const ActionConfig(
  1. String type,
  2. String desc
)

Implementation

const ActionConfig(this.type, this.desc);