isSame method

bool isSame(
  1. DartStyleExpression other
)

Implementation

bool isSame(DartStyleExpression other) => _styleType == other._styleType;