UnaryOperator constructor

const UnaryOperator(
  1. String name,
  2. String operator
)

Implementation

const UnaryOperator(this.name, this.operator);