BlockConfig constructor

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

Implementation

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