Conditional constructor Null safety
- Expression condition,
- Token question,
- Expression ifTrue,
- Token colon,
- Expression ifFalse
Implementation
Conditional(
this.condition, this.question, this.ifTrue, this.colon, this.ifFalse);
Conditional(
this.condition, this.question, this.ifTrue, this.colon, this.ifFalse);