NullCheckExpression constructor Null safety

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

Implementation

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