condition property

String? condition
final

An expression for conditional exceptions. The exception breaks into the debugger if the result of the condition is true.

Implementation

final String? condition;