Creates a class constant builder
string|Identifier $name Name:
Node\Expr|bool|null|int|float|string|array|\UnitEnum $value Value:
public function __construct($name, $value) { $this->constants = [ new Const_($name, BuilderHelpers::normalizeValue($value)), ]; }