withRetry method

  1. @override
ValueExpr withRetry(
  1. bool retry
)
override

Copy this expression with the given retry value.

Implementation

@override
ValueExpr withRetry(bool retry) => ValueExpr(value, retry: retry);