Trait constructor

Trait(
  1. String name,
  2. State state
)

Implementation

Trait(this.name, this.state);