isUnaryOperator function

bool isUnaryOperator(
  1. String value
)

Implementation

bool isUnaryOperator(String value) => identical(value, "~");