value property
The value of this declaration.
If children is null
, this is never null
. Otherwise, it may or may
not be null
.
Implementation
final Expression? value;
The value of this declaration.
If children is null
, this is never null
. Otherwise, it may or may
not be null
.
final Expression? value;