IfNullExpr constructor
IfNullExpr(
- Expression condition,
- Expression nullCase, [
- OutputType? type
Implementation
IfNullExpr(this.condition, this.nullCase, [OutputType? type])
: super(type ?? nullCase.type);