MssqlNullCheck constructor
const
MssqlNullCheck(
- MssqlExpression operand, {
- required bool negated,
Implementation
const MssqlNullCheck(this.operand, {required this.negated});