AtomVerb constructor

const AtomVerb(
  1. String name, {
  2. String? description,
})

Implementation

const AtomVerb(this.name, {this.description});