unaryPrefixes property

Set<String> get unaryPrefixes

Implementation

Set<String> get unaryPrefixes => {
      logicalNot,
      bitwiseNot,
      negative,
      preIncrement,
      preDecrement,
      kTypeValueOf,
      kDeclTypeof,
      kAwait,
    };