unaryMinus constant

Symbol const unaryMinus = const Symbol("unary-")

The symbol corresponding to the name of the unary minus operator.

Implementation

static const Symbol unaryMinus = const Symbol("unary-")