isSelfFwd property

bool get isSelfFwd

True if op's TokenType is TokenType.kColon. False otherwise.

Implementation

bool get isSelfFwd => op.type == TokenType.kColon;