isSelfFwd property
bool
get
isSelfFwd
True if op's TokenType is TokenType.kColon. False otherwise.
Implementation
bool get isSelfFwd => op.type == TokenType.kColon;
True if op's TokenType is TokenType.kColon. False otherwise.
bool get isSelfFwd => op.type == TokenType.kColon;