Modifier constructor

Modifier()

Starting point for the Modifier chain

Implementation

factory Modifier() {
  return Modifier._([]);
}