VerbConfig constructor

const VerbConfig(
  1. String id,
  2. String display
)

Implementation

const VerbConfig(this.id, this.display);