MssqlNullCheck constructor

const MssqlNullCheck(
  1. MssqlExpression operand, {
  2. required bool negated,
})

Implementation

const MssqlNullCheck(this.operand, {required this.negated});