QueryModifier constructor

QueryModifier(
  1. String name
)

Constructs a new QueryModifier instance.

Implementation

QueryModifier(this.name);