Trait constructor

Trait(
  1. String name,
  2. Set<State> states,
  3. Set<Property> properties
)

Implementation

Trait(this.name, this.states, this.properties);