I am trying to set a conditional breakpoint when the answer "black" is selected on my Dart project and I cannot figure out how to get it to do this.
I tried "debug when 'answer' = 'black' in the conditional breakpoint options but am not having any luck.

