condition property
An expression for conditional exceptions. The exception breaks into the debugger if the result of the condition is true.
Implementation
final String? condition;
An expression for conditional exceptions. The exception breaks into the debugger if the result of the condition is true.
final String? condition;