condition property Null safety
Return the condition used to determine which of the statements is executed next.
Implementation
// TODO(brianwilkerson) Deprecate this when the patterns feature is released.
Expression get condition;
Return the condition used to determine which of the statements is executed next.
// TODO(brianwilkerson) Deprecate this when the patterns feature is released.
Expression get condition;