NullCheckExpression constructor

const NullCheckExpression({
  1. bool shouldBeNull = true,
})

Implementation

const NullCheckExpression({this.shouldBeNull = true});