unaryPostfixs property

Set<String> unaryPostfixs

postfix operators

Implementation

Set<String> get unaryPostfixs => {
      nullableMemberGet,
      memberGet,
      nullableSubGet,
      subGetStart,
      nullableFunctionArgumentCall,
      functionParameterStart,
      postIncrement,
      postDecrement,
    };