operatorSubstract method

  1. @Deprecated('Use `operatorSubtract` instead')
Expression operatorSubstract(
  1. Expression other
)

Implementation

@Deprecated('Use `operatorSubtract` instead')
Expression operatorSubstract(Expression other) => operatorSubtract(other);