PreferDirection constructor

const PreferDirection(
  1. int index,
  2. String name
)

Implementation

const PreferDirection(this.index, this.name);