Selector constructor

Selector(
  1. String type,
  2. bool isFlatten
)

Implementation

Selector(this.type, this.isFlatten);