NegateDurationExpression constructor

NegateDurationExpression(
  1. Expression<Duration> value
)

Implementation

NegateDurationExpression(this.value);